共用方式為


HierarchyInformation Class

Definition

Holds details about product hierarchy information.

public class HierarchyInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EdgeOrder.Models.HierarchyInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EdgeOrder.Models.HierarchyInformation>
public class HierarchyInformation
type HierarchyInformation = class
    interface IJsonModel<HierarchyInformation>
    interface IPersistableModel<HierarchyInformation>
type HierarchyInformation = class
Public Class HierarchyInformation
Implements IJsonModel(Of HierarchyInformation), IPersistableModel(Of HierarchyInformation)
Public Class HierarchyInformation
Inheritance
HierarchyInformation
Implements

Constructors

HierarchyInformation()

Initializes a new instance of HierarchyInformation.

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HierarchyInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HierarchyInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HierarchyInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HierarchyInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HierarchyInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to