ArmBlueprintModelFactory.BlueprintData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
BlueprintData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Blueprint.BlueprintData BlueprintData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, string description = default, Azure.ResourceManager.Blueprint.Models.BlueprintStatus status = default, Azure.ResourceManager.Blueprint.Models.BlueprintTargetScope? targetScope = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Blueprint.Models.ParameterDefinition> parameters = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Blueprint.Models.ResourceGroupDefinition> resourceGroups = default, BinaryData versions = default, BinaryData layout = default);
static member BlueprintData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Azure.ResourceManager.Blueprint.Models.BlueprintStatus * Nullable<Azure.ResourceManager.Blueprint.Models.BlueprintTargetScope> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Blueprint.Models.ParameterDefinition> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Blueprint.Models.ResourceGroupDefinition> * BinaryData * BinaryData -> Azure.ResourceManager.Blueprint.BlueprintData
Public Shared Function BlueprintData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional status As BlueprintStatus = Nothing, Optional targetScope As Nullable(Of BlueprintTargetScope) = Nothing, Optional parameters As IDictionary(Of String, ParameterDefinition) = Nothing, Optional resourceGroups As IDictionary(Of String, ResourceGroupDefinition) = Nothing, Optional versions As BinaryData = Nothing, Optional layout As BinaryData = Nothing) As BlueprintData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- displayName
- String
このリソースを説明する 1 行の文字列。
- description
- String
複数行でこのリソースについて説明します。
- status
- BlueprintStatus
ブループリントの状態。 このフィールドは読み取り時のみです。
- targetScope
- Nullable<BlueprintTargetScope>
このブループリント定義を割り当てることができるスコープ。
- parameters
- IDictionary<String,ParameterDefinition>
このブループリント定義で必要なパラメーター。
- resourceGroups
- IDictionary<String,ResourceGroupDefinition>
このブループリント定義で定義されているリソース グループ プレースホルダー。
- versions
- BinaryData
このブループリント定義の発行済みバージョン。
- layout
- BinaryData
UI リファレンスのブループリント定義のレイアウト ビュー。
戻り値
モック作成用の新しい BlueprintData インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET