Language

IProductLine.Product Property

Definition

List of products in the product line

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

Property Value

Attributes

Applies to