Поделиться через


DataBoxEdgeOrderStatus Class

Definition

Represents a single status change.

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

Properties

AdditionalOrderDetails

Dictionary to hold generic information which is not stored by the already existing properties

Comments

Comments related to this status change.

Status

Status of the order as per the allowed status types.

TrackingInformation

Tracking information related to the state in the ordering flow.

UpdateOn

Time of status update.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxEdgeOrderStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxEdgeOrderStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeOrderStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeOrderStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxEdgeOrderStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to