Sdílet prostřednictvím


AppTemplate Constructors

Definition

Overloads

AppTemplate()

Initializes a new instance of the AppTemplate class.

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

Initializes a new instance of the AppTemplate class.

AppTemplate()

Initializes a new instance of the AppTemplate class.

public AppTemplate ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AppTemplate class.

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)

Parameters

manifestId
String

The ID of the template.

manifestVersion
String

The version of the template.

name
String

The name of the template.

title
String

The title of the template.

order
Nullable<Double>

The order of the template in the templates list.

description
String

The description of the template.

industry
String

The industry of the template.

locations
IList<AppTemplateLocations>

A list of locations that support the template.

Applies to