AppTemplate interface
IoT Central Application Template.
Properties
| description | The description of the template. NOTE: This property will not be serialized. It can only be populated by the server. |
| industry | The industry of the template. NOTE: This property will not be serialized. It can only be populated by the server. |
| locations | A list of locations that support the template. NOTE: This property will not be serialized. It can only be populated by the server. |
| manifest |
The ID of the template. NOTE: This property will not be serialized. It can only be populated by the server. |
| manifest |
The version of the template. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the template. NOTE: This property will not be serialized. It can only be populated by the server. |
| order | The order of the template in the templates list. NOTE: This property will not be serialized. It can only be populated by the server. |
| title | The title of the template. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
The description of the template. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
industry
The industry of the template. NOTE: This property will not be serialized. It can only be populated by the server.
industry?: string
Property Value
string
locations
A list of locations that support the template. NOTE: This property will not be serialized. It can only be populated by the server.
locations?: AppTemplateLocations[]
Property Value
manifestId
The ID of the template. NOTE: This property will not be serialized. It can only be populated by the server.
manifestId?: string
Property Value
string
manifestVersion
The version of the template. NOTE: This property will not be serialized. It can only be populated by the server.
manifestVersion?: string
Property Value
string
name
The name of the template. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
order
The order of the template in the templates list. NOTE: This property will not be serialized. It can only be populated by the server.
order?: number
Property Value
number
title
The title of the template. NOTE: This property will not be serialized. It can only be populated by the server.
title?: string
Property Value
string