IProductLine.Product 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.
List of products in the product line
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="List of products in the product line", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IProduct) }, ReadOnly=true, Required=false, SerializedName="products")]
public Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IProduct[] Product { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="List of products in the product line", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IProduct) }, ReadOnly=true, Required=false, SerializedName="products")>]
member this.Product : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IProduct[]
Public ReadOnly Property Product As IProduct()
Property Value
IProduct[]
- Attributes