Skip to main content

locations

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

Overview

Namelocations
TypeResource
Idazure.security.locations

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
ascLocationtextfield from the properties object
subscriptionIdtextfield from the properties object
typetextResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTascLocation, subscriptionIdDetails of a specific location
listSELECTsubscriptionIdThe location of the responsible ASC of the specific subscription (home region). For each subscription there is only one responsible location. The location in the response should be used to read or write other resources in ASC according to their ID.

SELECT examples

The location of the responsible ASC of the specific subscription (home region). For each subscription there is only one responsible location. The location in the response should be used to read or write other resources in ASC according to their ID.

SELECT
id,
name,
ascLocation,
subscriptionId,
type
FROM azure.security.vw_locations
WHERE subscriptionId = '{{ subscriptionId }}';