locations
Creates, updates, deletes, gets or lists a locations
resource.
Overview
Name | locations |
Type | Resource |
Id | azure_extras.intune.locations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
location | string | Resource Location |
properties | object | |
tags | object | Resource Tags |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT |
| Returns location for user tenant. |
SELECT
examples
Returns location for user tenant.
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_extras.intune.locations
;