ShipmentPickUpContent(DateTimeOffset, DateTimeOffset, String) Constructor
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.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.