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

AppTemplate 构造函数

定义

重载

AppTemplate()

初始化 AppTemplate 类的新实例。

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

初始化 AppTemplate 类的新实例。

AppTemplate()

初始化 AppTemplate 类的新实例。

public AppTemplate ();
Public Sub New ()

适用于

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

初始化 AppTemplate 类的新实例。

public AppTemplate (string manifestId = default, string manifestVersion = default, string name = default, string title = default, double? order = default, string description = default, string industry = default, System.Collections.Generic.IList<Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations> locations = default);
new Microsoft.Azure.Management.IotCentral.Models.AppTemplate : string * string * string * string * Nullable<double> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations> -> Microsoft.Azure.Management.IotCentral.Models.AppTemplate
Public Sub New (Optional manifestId As String = Nothing, Optional manifestVersion As String = Nothing, Optional name As String = Nothing, Optional title As String = Nothing, Optional order As Nullable(Of Double) = Nothing, Optional description As String = Nothing, Optional industry As String = Nothing, Optional locations As IList(Of AppTemplateLocations) = Nothing)

参数

manifestId
String

模板的 ID。

manifestVersion
String

模板的版本。

name
String

模板的名称。

title
String

模板的标题。

order
Nullable<Double>

模板列表中模板的顺序。

description
String

模板的说明。

industry
String

模板的行业。

locations
IList<AppTemplateLocations>

支持模板的位置的列表。

适用于