次の方法で共有


AccountRegion.Endpoint プロパティ

定義

Azure Cosmos DB サービス内のデータベース アカウントの場所の URL を取得します。 たとえば、"https://contoso-WestUS.documents.azure.com:443/"は、米国西部リージョンのデータベース アカウントの場所の URL として指定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象