Skip to main content

locations

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

Overview

Namelocations
TypeResource
Idazure_stack.deployment_admin.locations

Fields

NameDatatypeDescription
idtextID of the resource.
nametextName of the resource.
e_tagtextfield from the properties object
locationtextLocation of the resource.
subscriptionIdtextfield from the properties object
typetextType of Resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTsubscriptionIdGets the location
listSELECTsubscriptionIdGets the list of locations

SELECT examples

Gets the location

SELECT
id,
name,
e_tag,
location,
subscriptionId,
type
FROM azure_stack.deployment_admin.vw_locations
WHERE subscriptionId = '{{ subscriptionId }}';