ArmDataBoxModelFactory.ShipmentPickUpContent Method
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.
Shipment pick up request details.
public static Azure.ResourceManager.DataBox.Models.ShipmentPickUpContent ShipmentPickUpContent(DateTimeOffset startOn = default, DateTimeOffset endOn = default, string shipmentLocation = default);
static member ShipmentPickUpContent : DateTimeOffset * DateTimeOffset * string -> Azure.ResourceManager.DataBox.Models.ShipmentPickUpContent
Public Shared Function ShipmentPickUpContent (Optional startOn As DateTimeOffset = Nothing, Optional endOn As DateTimeOffset = Nothing, Optional shipmentLocation As String = Nothing) As ShipmentPickUpContent
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.
Returns
A new ShipmentPickUpContent instance for mocking.