DatacenterAddressLocationResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Datacenter address for given storage location.
[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
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
DatacenterAddressLocationResponse() |
Initializes a new instance of the DatacenterAddressLocationResponse class. |
DatacenterAddressLocationResponse(IList<String>, String, String, String, String, String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the DatacenterAddressLocationResponse class. |
Properties
AdditionalShippingInformation |
Gets special instruction for shipping |
AddressType |
Gets address type |
City |
Gets city name |
Company |
Gets company name |
ContactPersonName |
Gets contact person name |
Country |
Gets name of the country |
DataCenterAzureLocation |
Gets azure Location where the Data Center serves primarily. (Inherited from DatacenterAddressResponse) |
Phone |
Gets phone number |
PhoneExtension |
Gets phone extension |
State |
Gets name of the state |
Street1 |
Gets street address line 1 |
Street2 |
Gets street address line 2 |
Street3 |
Gets street address line 3 |
SupportedCarriersForReturnShipment |
Gets list of supported carriers for return shipment. (Inherited from DatacenterAddressResponse) |
Zip |
Gets zip code |
Applies to
Azure SDK for .NET