Skip to main content

mam_status

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

Overview

Namemam_status
TypeResource
Idazure_extras.intune.mam_status

Fields

The following fields are returned by SELECT queries:

applications as collection response

NameDatatypeDescription
idstringResource Id
namestringResource name
locationstringResource Location
nextlinkstringGets the URL to get the next set of results.
propertiesobject
tagsobjectResource Tags
typestringResource type

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselecthostNameReturns Intune Tenant level statuses.

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
hostNamestringLocation hostName for the tenant

SELECT examples

Returns Intune Tenant level statuses.

SELECT
id,
name,
location,
nextlink,
properties,
tags,
type
FROM azure_extras.intune.mam_status
WHERE hostName = '{{ hostName }}' -- required
;