ArmIotCentralModelFactory.IotCentralAppTemplate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
テンプレートのタイトル。
- description
- String
テンプレートの説明。
- industry
- String
テンプレートの業界。
- locations
- IEnumerable<IotCentralAppTemplateLocation>
テンプレートをサポートする場所の一覧。
戻り値
モック作成用の新しい IotCentralAppTemplate インスタンス。