次の方法で共有


AccountRegion.Name プロパティ

定義

Azure Cosmos DB サービス内のデータベース アカウントの場所の名前を取得します。 たとえば、"米国西部" は、米国西部リージョンのデータベース アカウントの場所の名前です。

[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public string Name { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象