ShipmentPickUpResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Time by which shipment should be ready for pick up, this is in local time of pick up area.
Applies to
Azure SDK for .NET