Description | : Returns a list of locations to which you can ship the disks associated with an import or export job. A location is a Microsoft data center region. |
Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.ImportExport/locations
{
api-version:
string
,
Accept-Language:
string
,
}
⚐ Response (200)
{
value:
}
[
]
,
{
,
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
recipientName:
string
,
streetAddress1:
string
,
streetAddress2:
string
,
city:
string
,
stateOrProvince:
string
,
postalCode:
string
,
countryOrRegion:
string
,
phone:
string
,
additionalShippingInformation:
string
,
supportedCarriers:
[
,
string
,
]
alternateLocations:
}
[
,
string
,
]
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
target:
string
,
message:
string
,
}
innererror:
object
,
}