Share via


IConfigurationResult.Configuration Property

Definition

The configuration properties for source resource.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="The configuration properties for source resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.ISourceConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="configurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.ISourceConfiguration> Configuration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, Description="The configuration properties for source resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.ISourceConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="configurations", Update=true)>]
member this.Configuration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.ISourceConfiguration> with get, set
Public Property Configuration As List(Of ISourceConfiguration)

Property Value

Attributes

Applies to