다음을 통해 공유


DataBoxEdgeTrackingInfo Class

Definition

Tracking courier information.

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

Properties

CarrierName

Name of the carrier used in the delivery.

SerialNumber

Serial number of the device being tracked.

TrackingId

Tracking ID of the shipment.

TrackingUri

Tracking URL of the shipment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxEdgeTrackingInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxEdgeTrackingInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeTrackingInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeTrackingInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxEdgeTrackingInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to