共用方式為


ArmIotCentralModelFactory.IotCentralAppTemplate Method

Definition

Initializes a new instance of IotCentralAppTemplate.

public static Azure.ResourceManager.IotCentral.Models.IotCentralAppTemplate IotCentralAppTemplate (string manifestId = default, string manifestVersion = default, string name = default, string title = default, int? order = default, string description = default, string industry = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotCentral.Models.IotCentralAppTemplateLocation> locations = default);
static member IotCentralAppTemplate : string * string * string * string * Nullable<int> * string * string * seq<Azure.ResourceManager.IotCentral.Models.IotCentralAppTemplateLocation> -> Azure.ResourceManager.IotCentral.Models.IotCentralAppTemplate
Public Shared Function IotCentralAppTemplate (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 Integer) = Nothing, Optional description As String = Nothing, Optional industry As String = Nothing, Optional locations As IEnumerable(Of IotCentralAppTemplateLocation) = Nothing) As IotCentralAppTemplate

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<Int32>

The order of the template in the templates list.

description
String

The description of the template.

industry
String

The industry of the template.

locations
IEnumerable<IotCentralAppTemplateLocation>

A list of locations that support the template.

Returns

A new IotCentralAppTemplate instance for mocking.

Applies to