Skip to main content

location_by_host_names

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

Overview

Namelocation_by_host_names
TypeResource
Idazure_extras.intune.location_by_host_names

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
host_nametextfield from the properties object
locationtextResource Location
tagstextResource Tags
typetextResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTReturns location for given tenant.

SELECT examples

Returns location for given tenant.

SELECT
id,
name,
host_name,
location,
tags,
type
FROM azure_extras.intune.vw_location_by_host_names
;