你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ShipmentPickUpRequest 构造函数

定义

重载

ShipmentPickUpRequest()

初始化 ShipmentPickUpRequest 类的新实例。

ShipmentPickUpRequest(DateTime, DateTime, String)

初始化 ShipmentPickUpRequest 类的新实例。

ShipmentPickUpRequest()

初始化 ShipmentPickUpRequest 类的新实例。

public ShipmentPickUpRequest ();
Public Sub New ()

适用于

ShipmentPickUpRequest(DateTime, DateTime, String)

初始化 ShipmentPickUpRequest 类的新实例。

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)

参数

startTime
DateTime

提货开始的最短日期,必须在取件区域的当地时间。

endTime
DateTime

在提货开始之前的最大日期,必须在取件区域的本地时间。

shipmentLocation
String

取件位置中的发货位置。 例如,前台

适用于