Skip to main content

locations

Creates, updates, deletes, gets or lists a locations resource.

Overview

Namelocations
TypeResource
Idazure.storage_import_export.locations

Fields

NameDatatypeDescription
idstringSpecifies the resource identifier of the location.
namestringSpecifies the name of the location. Use List Locations to get all supported locations.
properties``location properties
typestringSpecifies the type of the location.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationNameReturns the details about a location to which you can ship the disks associated with an import or export job. A location is an Azure region.
listSELECTReturns 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.

SELECT examples

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.

SELECT
id,
name,
properties,
type
FROM azure.storage_import_export.locations
;