Share via


ProductDescription Class

Definition

Description related properties of a product system.

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

Properties

Attributes

Attributes for the product system.

DescriptionType

Type of description.

Keywords

Keywords for the product system.

Links

Links for the product system.

LongDescription

Long description of the product system.

ShortDescription

Short description of the product system.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ProductDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProductDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProductDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProductDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProductDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to