다음을 통해 공유


ShipmentPickUpContent Class

Definition

Shipment pick up request details.

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

Constructors

ShipmentPickUpContent(DateTimeOffset, DateTimeOffset, String)

Initializes a new instance of ShipmentPickUpContent.

Properties

EndOn

Maximum date before which the pick up should commence, this must be in local time of pick up area.

ShipmentLocation

Shipment Location in the pickup place. Eg.front desk.

StartOn

Minimum date after which the pick up should commence, this must be in local time of pick up area.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ShipmentPickUpContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ShipmentPickUpContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ShipmentPickUpContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ShipmentPickUpContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ShipmentPickUpContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to