다음을 통해 공유


ShipmentPickUpResponse Class

Definition

Shipment pick up response.

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

Constructors

ShipmentPickUpResponse()

Creates an new ShipmentPickUpResponse instance.

Properties

ConfirmationNumber

Confirmation number for the pick up request.

ReadyByTime

Time by which shipment should be ready for pick up, this is in local time of pick up area.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ShipmentPickUpResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ShipmentPickUpResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ShipmentPickUpResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to