com.azure.resourcemanager.servicelinker.models.ConfigurationResult Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.servicelinker.models;
import com.azure.resourcemanager.servicelinker.fluent.models.ConfigurationResultInner;
import java.util.List;
/**
* An immutable client-side representation of ConfigurationResult.
*/
public interface ConfigurationResult {
/**
* Gets the configurations property: The configuration properties for source resource.
*
* @return the configurations value.
*/
List configurations();
/**
* Gets the inner com.azure.resourcemanager.servicelinker.fluent.models.ConfigurationResultInner object.
*
* @return the inner object.
*/
ConfigurationResultInner innerModel();
}