共用方式為


ShipmentPickUpContent(DateTimeOffset, DateTimeOffset, String) Constructor

Definition

Initializes a new instance of ShipmentPickUpContent.

public ShipmentPickUpContent (DateTimeOffset startOn, DateTimeOffset endOn, string shipmentLocation);
new Azure.ResourceManager.DataBox.Models.ShipmentPickUpContent : DateTimeOffset * DateTimeOffset * string -> Azure.ResourceManager.DataBox.Models.ShipmentPickUpContent
Public Sub New (startOn As DateTimeOffset, endOn As DateTimeOffset, shipmentLocation As String)

Parameters

startOn
DateTimeOffset

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

endOn
DateTimeOffset

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.

Exceptions

shipmentLocation is null.

Applies to