你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DatacenterAddressLocationResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
给定存储位置的数据中心地址。
[Newtonsoft.Json.JsonObject("DatacenterAddressLocation")]
public class DatacenterAddressLocationResponse : Microsoft.Azure.Management.DataBox.Models.DatacenterAddressResponse
[<Newtonsoft.Json.JsonObject("DatacenterAddressLocation")>]
type DatacenterAddressLocationResponse = class
inherit DatacenterAddressResponse
Public Class DatacenterAddressLocationResponse
Inherits DatacenterAddressResponse
- 继承
- 属性
-
Newtonsoft.Json.JsonObjectAttribute
构造函数
DatacenterAddressLocationResponse() |
初始化 DatacenterAddressLocationResponse 类的新实例。 |
DatacenterAddressLocationResponse(IList<String>, String, String, String, String, String, String, String, String, String, String, String, String, String, String) |
初始化 DatacenterAddressLocationResponse 类的新实例。 |
属性
AdditionalShippingInformation |
获取发货的特殊说明 |
AddressType |
获取地址类型 |
City |
获取城市名称 |
Company |
获取公司名称 |
ContactPersonName |
获取联系人姓名 |
Country |
获取国家/地区的名称 |
DataCenterAzureLocation |
获取数据中心主要服务的 azure 位置。 (继承自 DatacenterAddressResponse) |
Phone |
获取电话号码 |
PhoneExtension |
获取电话分机号码 |
State |
获取状态的名称 |
Street1 |
获取街道地址行 1 |
Street2 |
获取街道地址行 2 |
Street3 |
获取街道地址行 3 |
SupportedCarriersForReturnShipment |
获取支持退货的承运商列表。 (继承自 DatacenterAddressResponse) |
Zip |
获取邮政编码 |