Udostępnij za pośrednictwem


ProductLine Class

Definition

Product line.

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

Properties

AvailabilityInformation

Availability information of the product system.

CostInformation

Cost information for the product system.

Description

Description related to the product system.

DisplayName

Display Name for the product system.

FilterableProperties

list of filters supported for a product.

HierarchyInformation

Hierarchy information of a product.

ImageInformation

Image information for the product system.

Products

List of products in the product line.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ProductLine>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProductLine>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProductLine>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProductLine>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProductLine>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to