CosmosClient.Endpoint Property

Definition

Gets the endpoint Uri for the Azure Cosmos DB service.

public virtual Uri Endpoint { get; }
member this.Endpoint : Uri
Public Overridable ReadOnly Property Endpoint As Uri

Property Value

Uri

The Uri for the account endpoint.

Applies to

See also