ShipmentPickUpRequest 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
ShipmentPickUpRequest() |
Initializes a new instance of the ShipmentPickUpRequest class. |
ShipmentPickUpRequest(DateTime, DateTime, String) |
Initializes a new instance of the ShipmentPickUpRequest class. |
ShipmentPickUpRequest()
Initializes a new instance of the ShipmentPickUpRequest class.
public ShipmentPickUpRequest ();
Public Sub New ()
Applies to
ShipmentPickUpRequest(DateTime, DateTime, String)
Initializes a new instance of the ShipmentPickUpRequest class.
public ShipmentPickUpRequest (DateTime startTime, DateTime endTime, string shipmentLocation);
new Microsoft.Azure.Management.DataBox.Models.ShipmentPickUpRequest : DateTime * DateTime * string -> Microsoft.Azure.Management.DataBox.Models.ShipmentPickUpRequest
Public Sub New (startTime As DateTime, endTime As DateTime, shipmentLocation As String)
Parameters
- startTime
- DateTime
Minimum date after which the pick up should commence, this must be in local time of pick up area.
- endTime
- DateTime
Maximum date before which the pick up should commence, this must be in local time of pick up area.
- shipmentLocation
- String
Shipment Location in the pickup place. Eg.front desk
Applies to
Azure SDK for .NET