Share via


ShipmentPickUpResponse Constructors

Definition

Overloads

ShipmentPickUpResponse()

Initializes a new instance of the ShipmentPickUpResponse class.

ShipmentPickUpResponse(String, Nullable<DateTime>)

Initializes a new instance of the ShipmentPickUpResponse class.

ShipmentPickUpResponse()

Initializes a new instance of the ShipmentPickUpResponse class.

public ShipmentPickUpResponse ();
Public Sub New ()

Applies to

ShipmentPickUpResponse(String, Nullable<DateTime>)

Initializes a new instance of the ShipmentPickUpResponse class.

public ShipmentPickUpResponse (string confirmationNumber = default, DateTime? readyByTime = default);
new Microsoft.Azure.Management.DataBox.Models.ShipmentPickUpResponse : string * Nullable<DateTime> -> Microsoft.Azure.Management.DataBox.Models.ShipmentPickUpResponse
Public Sub New (Optional confirmationNumber As String = Nothing, Optional readyByTime As Nullable(Of DateTime) = Nothing)

Parameters

confirmationNumber
String

Confirmation number for the pick up request.

readyByTime
Nullable<DateTime>

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

Applies to