次の方法で共有


ResourceGroup.Location プロパティ

定義

リソース グループの場所を取得または設定します。 リソース グループの作成後に変更することはできません。 これは、サポートされている Azure の場所のいずれかである必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="location")]
public string Location { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="location")>]
member this.Location : string with get, set
Public Property Location As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象