Sdílet prostřednictvím


ProductDisplayInfo Class

Definition

Describes product display information.

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

Constructors

ProductDisplayInfo()

Initializes a new instance of ProductDisplayInfo.

Properties

ConfigurationDisplayName

Configuration display name.

ProductFamilyDisplayName

Product family display name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ProductDisplayInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProductDisplayInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProductDisplayInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProductDisplayInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProductDisplayInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to