subscriptions_locations
Creates, updates, deletes, gets or lists a subscriptions_locations
resource.
Overview
Name | subscriptions_locations |
Type | Resource |
Id | azure.subscription.subscriptions_locations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The fully qualified ID of the location. For example, /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus. |
name | string | The location name. |
displayName | string | The display name of the location. |
latitude | string | The latitude of the location. |
longitude | string | The longitude of the location. |
subscriptionId | string | The subscription ID. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | This 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,
latitude,
longitude,
subscriptionId
FROM azure.subscription.subscriptions_locations
WHERE subscriptionId = '{{ subscriptionId }}';