ArmResourcesModelFactory.TemplateSpecData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TemplateSpecData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Resources.TemplateSpecData TemplateSpecData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, string displayName = default, BinaryData metadata = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.Resources.Models.TemplateSpecVersionInfo> versions = default);
static member TemplateSpecData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.AzureLocation * System.Collections.Generic.IDictionary<string, string> * string * string * BinaryData * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.Resources.Models.TemplateSpecVersionInfo> -> Azure.ResourceManager.Resources.TemplateSpecData
Public Shared Function TemplateSpecData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As AzureLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional displayName As String = Nothing, Optional metadata As BinaryData = Nothing, Optional versions As IReadOnlyDictionary(Of String, TemplateSpecVersionInfo) = Nothing) As TemplateSpecData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- location
- AzureLocation
テンプレート スペックの場所。テンプレート スペックの作成後に変更することはできません。 これは、サポートされている Azure の場所のいずれかである必要があります。
- tags
- IDictionary<String,String>
リソース タグ。
- description
- String
テンプレート スペックの説明。
- displayName
- String
テンプレート スペックの表示名。
- metadata
- BinaryData
テンプレート スペックのメタデータ。 メタデータはオープンエンド オブジェクトであり、通常はキーと値のペアのコレクションです。
- versions
- IReadOnlyDictionary<String,TemplateSpecVersionInfo>
このテンプレート スペック内のバージョンに関する概要情報。キーはバージョン名です。 $expand クエリ パラメーターが 'versions' に設定されている場合にのみ設定されます。
戻り値
モック作成用の新しい TemplateSpecData インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET