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

TransportPreferences 构造函数

定义

重载

TransportPreferences()

初始化 TransportPreferences 类的新实例。

TransportPreferences(TransportShipmentTypes)

初始化 TransportPreferences 类的新实例。

TransportPreferences()

初始化 TransportPreferences 类的新实例。

public TransportPreferences ();
Public Sub New ()

适用于

TransportPreferences(TransportShipmentTypes)

初始化 TransportPreferences 类的新实例。

public TransportPreferences (Microsoft.Azure.Management.DataBox.Models.TransportShipmentTypes preferredShipmentType);
new Microsoft.Azure.Management.DataBox.Models.TransportPreferences : Microsoft.Azure.Management.DataBox.Models.TransportShipmentTypes -> Microsoft.Azure.Management.DataBox.Models.TransportPreferences
Public Sub New (preferredShipmentType As TransportShipmentTypes)

参数

preferredShipmentType
TransportShipmentTypes

指示客户首选的发货物流类型。 可能的值包括:“CustomerManaged”、“MicrosoftManaged”

适用于