Language

IProduct.Configuration Property

Definition

List of configurations for the product

[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="List of configurations for the product", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IConfiguration) }, Read=true, ReadOnly=true, Required=false, SerializedName="configurations", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IConfiguration> Configuration { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="List of configurations for the product", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IConfiguration) }, Read=true, ReadOnly=true, Required=false, SerializedName="configurations", Update=false)>]
member this.Configuration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IConfiguration>
Public ReadOnly Property Configuration As List(Of IConfiguration)

Property Value

Attributes

Applies to