apps_templates
Creates, updates, deletes, gets or lists a apps_templates
resource.
Overview
Name | apps_templates |
Type | Resource |
Id | azure.iot_central.apps_templates |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the template. |
description | string | The description of the template. |
industry | string | The industry of the template. |
locations | array | A list of locations that support the template. |
manifestId | string | The ID of the template. |
manifestVersion | string | The version of the template. |
order | number | The order of the template in the templates list. |
title | string | The title of the template. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Get all available application templates. |
SELECT
examples
Get all available application templates.
SELECT
name,
description,
industry,
locations,
manifestId,
manifestVersion,
order,
title
FROM azure.iot_central.apps_templates
WHERE subscriptionId = '{{ subscriptionId }}';