AccountRegion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AccountLocation class represents an Azure Cosmos DB database account in a specific region.
public class AccountRegion
type AccountRegion = class
Public Class AccountRegion
- Inheritance
-
AccountRegion
Constructors
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. |
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. |
Applies to
Azure SDK for .NET