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
- vw_location_by_host_names
- location_by_host_names
Name | Datatype | Description |
---|---|---|
id | text | Resource Id |
name | text | Resource name |
host_name | text | field from the properties object |
location | text | Resource Location |
tags | text | Resource Tags |
type | text | Resource type |
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 given tenant. |
SELECT
examples
Returns location for given tenant.
- vw_location_by_host_names
- location_by_host_names
SELECT
id,
name,
host_name,
location,
tags,
type
FROM azure_extras.intune.vw_location_by_host_names
;
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_extras.intune.location_by_host_names
;