locations
Creates, updates, deletes, gets or lists a locations
resource.
Overview
Name | locations |
Type | Resource |
Id | azure_extras.intune.locations |
Fields
The following fields are returned by SELECT
queries:
- get
location response as a collection
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
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | Returns location for user tenant. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|
SELECT
examples
- get
Returns location for user tenant.
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_extras.intune.locations
;