Location interface
Provides information about an Azure data center location.
Properties
additional |
Additional shipping information for customer, specific to datacenter to which customer should send their disks. |
alternate |
A list of location IDs that should be used to ship shipping drives to for jobs created against the current location. If the current location is active, it will be part of the list. If it is temporarily closed due to maintenance, this list may contain other locations. |
city | The city name to use when shipping the drives to the Azure data center. |
country |
The country or region to use when shipping the drives to the Azure data center. |
id | Specifies the resource identifier of the location. |
name | Specifies the name of the location. Use List Locations to get all supported locations. |
phone | The phone number for the Azure data center. |
postal |
The postal code to use when shipping the drives to the Azure data center. |
recipient |
The recipient name to use when shipping the drives to the Azure data center. |
state |
The state or province to use when shipping the drives to the Azure data center. |
street |
The first line of the street address to use when shipping the drives to the Azure data center. |
street |
The second line of the street address to use when shipping the drives to the Azure data center. |
supported |
A list of carriers that are supported at this location. |
type | Specifies the type of the location. |
Property Details
additionalShippingInformation
Additional shipping information for customer, specific to datacenter to which customer should send their disks.
additionalShippingInformation?: string
Property Value
string
alternateLocations
A list of location IDs that should be used to ship shipping drives to for jobs created against the current location. If the current location is active, it will be part of the list. If it is temporarily closed due to maintenance, this list may contain other locations.
alternateLocations?: string[]
Property Value
string[]
city
The city name to use when shipping the drives to the Azure data center.
city?: string
Property Value
string
countryOrRegion
The country or region to use when shipping the drives to the Azure data center.
countryOrRegion?: string
Property Value
string
id
Specifies the resource identifier of the location.
id?: string
Property Value
string
name
Specifies the name of the location. Use List Locations to get all supported locations.
name?: string
Property Value
string
phone
The phone number for the Azure data center.
phone?: string
Property Value
string
postalCode
The postal code to use when shipping the drives to the Azure data center.
postalCode?: string
Property Value
string
recipientName
The recipient name to use when shipping the drives to the Azure data center.
recipientName?: string
Property Value
string
stateOrProvince
The state or province to use when shipping the drives to the Azure data center.
stateOrProvince?: string
Property Value
string
streetAddress1
The first line of the street address to use when shipping the drives to the Azure data center.
streetAddress1?: string
Property Value
string
streetAddress2
The second line of the street address to use when shipping the drives to the Azure data center.
streetAddress2?: string
Property Value
string
supportedCarriers
A list of carriers that are supported at this location.
supportedCarriers?: string[]
Property Value
string[]
type
Specifies the type of the location.
type?: string
Property Value
string
Azure SDK for JavaScript