Share via


PackageShippingDetails Class

Definition

package shipping details.

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

Properties

CarrierName

Name of the carrier.

TrackingId

Tracking Id of shipment.

TrackingUri

Url where shipment can be tracked.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PackageShippingDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PackageShippingDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PackageShippingDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PackageShippingDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PackageShippingDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to