Location.DocumentEndpoint Property

Definition

Gets the connection endpoint for the specific region. Example: https://<accountName>-<locationName>.documents.azure.com:443/

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to