次の方法で共有


Assignment.ResourceGroups プロパティ

定義

リソース グループ プレースホルダーの名前と場所を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象