Skip to main content

apps_templates

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

Overview

Nameapps_templates
TypeResource
Idazure.iot_central.apps_templates

Fields

NameDatatypeDescription
namestringThe name of the template.
descriptionstringThe description of the template.
industrystringThe industry of the template.
locationsarrayA list of locations that support the template.
manifestIdstringThe ID of the template.
manifestVersionstringThe version of the template.
ordernumberThe order of the template in the templates list.
titlestringThe title of the template.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdGet 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 }}';