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

DatacenterAddressResponse 构造函数

定义

重载

DatacenterAddressResponse()

初始化 DatacenterAddressResponse 类的新实例。

DatacenterAddressResponse(IList<String>, String)

初始化 DatacenterAddressResponse 类的新实例。

DatacenterAddressResponse()

初始化 DatacenterAddressResponse 类的新实例。

public DatacenterAddressResponse ();
Public Sub New ()

适用于

DatacenterAddressResponse(IList<String>, String)

初始化 DatacenterAddressResponse 类的新实例。

public DatacenterAddressResponse (System.Collections.Generic.IList<string> supportedCarriersForReturnShipment = default, string dataCenterAzureLocation = default);
new Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse
Public Sub New (Optional supportedCarriersForReturnShipment As IList(Of String) = Nothing, Optional dataCenterAzureLocation As String = Nothing)

参数

supportedCarriersForReturnShipment
IList<String>

支持退货的承运商列表。

dataCenterAzureLocation
String

数据中心主要服务的 Azure 位置。

适用于