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

DatacenterAddressLocationResponse 构造函数

定义

重载

DatacenterAddressLocationResponse()

初始化 DatacenterAddressLocationResponse 类的新实例。

DatacenterAddressLocationResponse(IList<String>, String, String, String, String, String, String, String, String, String, String, String, String, String, String)

初始化 DatacenterAddressLocationResponse 类的新实例。

DatacenterAddressLocationResponse()

初始化 DatacenterAddressLocationResponse 类的新实例。

public DatacenterAddressLocationResponse ();
Public Sub New ()

适用于

DatacenterAddressLocationResponse(IList<String>, String, String, String, String, String, String, String, String, String, String, String, String, String, String)

初始化 DatacenterAddressLocationResponse 类的新实例。

public DatacenterAddressLocationResponse (System.Collections.Generic.IList<string> supportedCarriersForReturnShipment = default, string dataCenterAzureLocation = default, string contactPersonName = default, string company = default, string street1 = default, string street2 = default, string street3 = default, string city = default, string state = default, string zip = default, string country = default, string phone = default, string phoneExtension = default, string addressType = default, string additionalShippingInformation = default);
new Microsoft.Azure.Management.DataBox.Models.DatacenterAddressLocationResponse : System.Collections.Generic.IList<string> * string * string * string * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.DataBox.Models.DatacenterAddressLocationResponse
Public Sub New (Optional supportedCarriersForReturnShipment As IList(Of String) = Nothing, Optional dataCenterAzureLocation As String = Nothing, Optional contactPersonName As String = Nothing, Optional company As String = Nothing, Optional street1 As String = Nothing, Optional street2 As String = Nothing, Optional street3 As String = Nothing, Optional city As String = Nothing, Optional state As String = Nothing, Optional zip As String = Nothing, Optional country As String = Nothing, Optional phone As String = Nothing, Optional phoneExtension As String = Nothing, Optional addressType As String = Nothing, Optional additionalShippingInformation As String = Nothing)

参数

supportedCarriersForReturnShipment
IList<String>

支持退货的承运商列表。

dataCenterAzureLocation
String

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

contactPersonName
String

联系人姓名

company
String

公司名称

street1
String

街道地址行 1

street2
String

街道地址行 2

street3
String

街道地址行 3

city
String

城市名称

state
String

状态的名称

zip
String

邮政编码

country
String

国家/地区的名称

phone
String

电话号码

phoneExtension
String

电话分机

addressType
String

地址类型

additionalShippingInformation
String

发货特别说明

适用于