次の方法で共有


Resource.Location プロパティ

定義

リソースの場所を取得または設定します。 これは、サポートおよび登録されている Azure リージョン (米国西部、米国東部、東南アジアなど) の 1 つになります。 リソースのリージョンは、作成後は変更できませんが、更新時に同じリージョンが指定されている場合、要求は成功します。

[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

適用対象