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

The following fields are returned by SELECT queries:

single location response

NameDatatypeDescription
idstringResource Id
namestringResource name
locationstringResource Location
propertiesobject
tagsobjectResource Tags
typestringResource type

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectReturns 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.

NameDatatypeDescription

SELECT examples

Returns location for given tenant.

SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_extras.intune.location_by_host_names
;