次の方法で共有


NamespaceResource.Region プロパティ

定義

名前空間を作成する対象リージョンを取得または設定します。 次のいずれかの値を指定できます。オーストラリア東部、オーストラリア南東部、米国中部、米国東部、米国東部 2、米国西部、米国中北部、米国中南部、東アジア、東南アジア、ブラジル南部、東日本、西日本、北ヨーロッパ、西ヨーロッパ

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象