다음을 통해 공유


PackageCarrierInfo Class

Definition

package carrier info.

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

Constructors

PackageCarrierInfo()

Initializes a new instance of PackageCarrierInfo.

Properties

CarrierName

Name of the carrier.

TrackingId

Tracking Id of shipment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PackageCarrierInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PackageCarrierInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PackageCarrierInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PackageCarrierInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PackageCarrierInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to