共用方式為


BlueprintModel.ResourceGroups 屬性

定義

取得或設定此藍圖定義所定義的資源群組預留位置。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceGroups")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Blueprint.Models.ResourceGroupDefinition> ResourceGroups { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceGroups")>]
member this.ResourceGroups : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Blueprint.Models.ResourceGroupDefinition> with get, set
Public Property ResourceGroups As IDictionary(Of String, ResourceGroupDefinition)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於