Table of Contents

Class AccountRegion

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

The AccountLocation class represents an Azure Cosmos DB database account in a specific region.

public class AccountRegion
Inheritance
AccountRegion
Inherited Members
Extension Methods

Constructors

AccountRegion()

public AccountRegion()

Properties

Endpoint

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.

public string Endpoint { get; }

Property Value

string

Name

Gets the name of the database account location in the Azure Cosmos DB service. For example, "West US" as the name of the database account location in the West US region.

public string Name { get; }

Property Value

string