你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AppTemplate 类

定义

IoT Central 应用程序模板。

public class AppTemplate
type AppTemplate = class
Public Class AppTemplate
继承
AppTemplate

构造函数

AppTemplate()

初始化 AppTemplate 类的新实例。

AppTemplate(String, String, String, String, Nullable<Double>, String, String, IList<AppTemplateLocations>)

初始化 AppTemplate 类的新实例。

属性

Description

获取模板的说明。

Industry

获取模板的行业。

Locations

获取支持模板的位置的列表。

ManifestId

获取模板的 ID。

ManifestVersion

获取模板的版本。

Name

获取模板的名称。

Order

获取模板在模板列表中的顺序。

Title

获取模板的标题。

适用于