Skip to main content

locations

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

Overview

Namelocations
TypeResource
Idazure_extras.intune.locations

Fields

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

Methods

NameAccessible byRequired ParamsDescription
getSELECTReturns location for user tenant.

SELECT examples

Returns location for user tenant.

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