Skip to main content

subscriptions_locations

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

Overview

Namesubscriptions_locations
TypeResource
Idazure.resources.subscriptions_locations

Fields

NameDatatypeDescription
idstringThe fully qualified ID of the location. For example, /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.
namestringThe location name.
displayNamestringThe display name of the location.
metadataobjectLocation metadata information
regionalDisplayNamestringThe display name of the location and its region.
subscriptionIdstringThe subscription ID.
typestringThe location type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdThis operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.

SELECT examples

This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.

SELECT
id,
name,
displayName,
metadata,
regionalDisplayName,
subscriptionId,
type
FROM azure.resources.subscriptions_locations
WHERE subscriptionId = '{{ subscriptionId }}';