你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HierarchyInformation Class

Definition

Holds details about product hierarchy information

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.HierarchyInformationTypeConverter))]
public class HierarchyInformation : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IHierarchyInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.HierarchyInformationTypeConverter))>]
type HierarchyInformation = class
    interface IHierarchyInformation
    interface IJsonSerializable
Public Class HierarchyInformation
Implements IHierarchyInformation
Inheritance
HierarchyInformation
Attributes
Implements

Constructors

HierarchyInformation()

Creates an new HierarchyInformation instance.

Properties

ConfigurationName

Represents configuration name that uniquely identifies configuration

ProductFamilyName

Represents product family name that uniquely identifies product family

ProductLineName

Represents product line name that uniquely identifies product line

ProductName

Represents product name that uniquely identifies product

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HierarchyInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HierarchyInformation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IHierarchyInformation.

FromJsonString(String)

Creates a new instance of HierarchyInformation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HierarchyInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to