location_by_host_names
Creates, updates, deletes, gets or lists a location_by_host_names
resource.
Overview
Name | location_by_host_names |
Type | Resource |
Id | azure_extras.intune.location_by_host_names |
Fields
The following fields are returned by SELECT
queries:
- get
single location response
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 given 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 given tenant.
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_extras.intune.location_by_host_names
;