你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ShipmentPickUpRequest Class

Definition

Shipment pick up request details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ShipmentPickUpRequestTypeConverter))]
public class ShipmentPickUpRequest : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IShipmentPickUpRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ShipmentPickUpRequestTypeConverter))>]
type ShipmentPickUpRequest = class
    interface IShipmentPickUpRequest
    interface IJsonSerializable
Public Class ShipmentPickUpRequest
Implements IShipmentPickUpRequest
Inheritance
ShipmentPickUpRequest
Attributes
Implements

Constructors

ShipmentPickUpRequest()

Creates an new ShipmentPickUpRequest instance.

Properties

EndTime

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

StartTime

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ShipmentPickUpRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ShipmentPickUpRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IShipmentPickUpRequest.

FromJsonString(String)

Creates a new instance of ShipmentPickUpRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ShipmentPickUpRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to