IConfiguration.Specification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifications of the configuration
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="Specifications of the configuration", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ISpecification) }, Read=true, ReadOnly=true, Required=false, SerializedName="specifications", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ISpecification> Specification { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="Specifications of the configuration", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ISpecification) }, Read=true, ReadOnly=true, Required=false, SerializedName="specifications", Update=false)>]
member this.Specification : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ISpecification>
Public ReadOnly Property Specification As List(Of ISpecification)
Property Value
- Attributes