apps
Creates, updates, deletes, gets or lists a apps
resource.
Overview
Name | apps |
Type | Resource |
Id | azure_extras.intune.apps |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
location | string | Resource Location |
properties | object | |
tags | object | Resource Tags |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | hostName | Returns Intune Manageable apps. |
SELECT
examples
Returns Intune Manageable apps.
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_extras.intune.apps
WHERE hostName = '{{ hostName }}';