次の方法で共有


ArmIotCentralModelFactory.IotCentralAppTemplate メソッド

定義

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

パラメーター

manifestId
String

テンプレートの ID。

manifestVersion
String

テンプレートのバージョン。

name
String

テンプレートの名前。

title
String

テンプレートのタイトル。

order
Nullable<Int32>

テンプレートリスト内のテンプレートの順序。

description
String

テンプレートの説明。

industry
String

テンプレートの業界。

locations
IEnumerable<IotCentralAppTemplateLocation>

テンプレートをサポートする場所の一覧。

戻り値

モック作成用の新しい IotCentralAppTemplate インスタンス。

適用対象