次の方法で共有


TemplateSpec コンストラクター

定義

オーバーロード

TemplateSpec()

TemplateSpec クラスの新しいインスタンスを初期化します。

TemplateSpec(String, String, String, String, SystemData, String, String, Object, IDictionary<String,TemplateSpecVersionInfo>, IDictionary<String,String>)

TemplateSpec クラスの新しいインスタンスを初期化します。

TemplateSpec()

TemplateSpec クラスの新しいインスタンスを初期化します。

public TemplateSpec ();
Public Sub New ()

適用対象

TemplateSpec(String, String, String, String, SystemData, String, String, Object, IDictionary<String,TemplateSpecVersionInfo>, IDictionary<String,String>)

TemplateSpec クラスの新しいインスタンスを初期化します。

public TemplateSpec (string location, string id = default, string name = default, string type = default, Microsoft.Azure.Management.ResourceManager.Models.SystemData systemData = default, string description = default, string displayName = default, object metadata = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecVersionInfo> versions = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.TemplateSpec : string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.SystemData * string * string * obj * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ResourceManager.Models.TemplateSpecVersionInfo> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Models.TemplateSpec
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional displayName As String = Nothing, Optional metadata As Object = Nothing, Optional versions As IDictionary(Of String, TemplateSpecVersionInfo) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

location
String

テンプレート スペックの場所。テンプレート スペックの作成後に変更することはできません。 これは、サポートされている Azure の場所のいずれかである必要があります。

id
String

Azure 上の任意のリソースを検索するために使用される文字列 ID。

name
String

このリソースの名前。

type
String

このリソースの種類。

systemData
SystemData

createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。

description
String

テンプレート スペックの説明。

displayName
String

テンプレート スペックの表示名。

metadata
Object

テンプレート スペックのメタデータ。 メタデータはオープンエンド オブジェクトであり、通常はキーと値のペアのコレクションです。

versions
IDictionary<String,TemplateSpecVersionInfo>

このテンプレート スペック内のバージョンに関する概要情報。キーはバージョン名です。 $expand クエリ パラメーターが 'versions' に設定されている場合にのみ設定されます。

tags
IDictionary<String,String>

リソース タグ。

適用対象