Skip to main content

vw_location_by_host_names

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

Overview

Namevw_location_by_host_names
TypeView
Idazure_extras.intune.vw_location_by_host_names

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.hostName') as "host_name"
FROM azure_extras.intune.location_by_host_names
;