Skip to main content

apps

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

Overview

Nameapps
TypeResource
Idazure_extras.intune.apps

Fields

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

Methods

NameAccessible byRequired ParamsDescription
getSELECThostNameReturns Intune Manageable apps.

SELECT examples

Returns Intune Manageable apps.

SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_extras.intune.apps
WHERE hostName = '{{ hostName }}';