AccountRegion.Endpoint Property

Definition

Gets the URL of the database account location in the Azure Cosmos DB service. For example, "https://contoso-WestUS.documents.azure.com:443/" as the URL of the database account location in the West US region.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to