IProductDetails.HierarchyInformation 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.
Hierarchy of the product which uniquely identifies the product
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=true, Description="Hierarchy of the product which uniquely identifies the product", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IHierarchyInformation) }, Read=true, ReadOnly=false, Required=true, SerializedName="hierarchyInformation", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IHierarchyInformation HierarchyInformation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=true, Description="Hierarchy of the product which uniquely identifies the product", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IHierarchyInformation) }, Read=true, ReadOnly=false, Required=true, SerializedName="hierarchyInformation", Update=true)>]
member this.HierarchyInformation : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IHierarchyInformation with get, set
Public Property HierarchyInformation As IHierarchyInformation
Property Value
- Attributes