DatabaseAccountLocation Class

Definition

The DatabaseAccountLocation class represents an Azure DocumentDB database account in a specific region.

public class DatabaseAccountLocation : Microsoft.Azure.Documents.JsonSerializable
Inheritance
DatabaseAccountLocation

Inherited Members

Microsoft.Azure.Documents.JsonSerializable

Constructors

DatabaseAccountLocation()

Creates a new instance of the DatabaseAccountLocation object in the Azure DocumentDB database service.

Properties

DatabaseAccountEndpoint

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

Name

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

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)