Sdílet prostřednictvím


EdgeOrderProduct Class

Definition

List of Products.

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

Properties

AvailabilityInformation

Availability information of the product system.

Configurations

List of configurations for the product.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeOrderProduct>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeOrderProduct>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeOrderProduct>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeOrderProduct>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeOrderProduct>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to