# Functions
New creates an instance of the ManagementClient client.
NewDatabaseAccountsClient creates an instance of the DatabaseAccountsClient client.
NewDatabaseAccountsClientWithBaseURI creates an instance of the DatabaseAccountsClient client.
NewOperationsClient creates an instance of the OperationsClient client.
NewOperationsClientWithBaseURI creates an instance of the OperationsClient client.
NewWithBaseURI creates an instance of the ManagementClient client.
UserAgent returns the UserAgent string to use when sending http.Requests.
Version returns the semantic version (see http://semver.org) of the client.
# Constants
BoundedStaleness specifies the bounded staleness state for default consistency level.
ConsistentPrefix specifies the consistent prefix state for default consistency level.
DefaultBaseURI is the default URI used for the service Cosmosdb.
Eventual specifies the eventual state for default consistency level.
GlobalDocumentDB specifies the global document db state for database account kind.
MongoDB specifies the mongo db state for database account kind.
Parse specifies the parse state for database account kind.
Primary specifies the primary state for key kind.
PrimaryReadonly specifies the primary readonly state for key kind.
Secondary specifies the secondary state for key kind.
SecondaryReadonly specifies the secondary readonly state for key kind.
Session specifies the session state for default consistency level.
Standard specifies the standard state for database account offer type.
Strong specifies the strong state for default consistency level.
# Structs
ConsistencyPolicy is the consistency policy for the Cosmos DB database account.
DatabaseAccount is an Azure Cosmos DB database account.
DatabaseAccountConnectionString is connection string for the Cosmos DB account.
DatabaseAccountCreateUpdateParameters is parameters to create and update Cosmos DB database accounts.
DatabaseAccountCreateUpdateProperties is properties to create and update Azure Cosmos DB database accounts.
DatabaseAccountListConnectionStringsResult is the connection strings for the given database account.
DatabaseAccountListKeysResult is the access keys for the given database account.
DatabaseAccountListReadOnlyKeysResult is the read-only access keys for the given database account.
DatabaseAccountPatchParameters is parameters for patching Azure Cosmos DB database account properties.
DatabaseAccountProperties is properties for the database account.
DatabaseAccountRegenerateKeyParameters is parameters to regenerate the keys within the database account.
DatabaseAccountsClient is the azure Cosmos DB Database Service Resource Provider REST API.
DatabaseAccountsListResult is the List operation response, that contains the database accounts and their properties.
FailoverPolicies is the list of new failover policies for the failover priority change.
FailoverPolicy is the failover policy for a given region of a database account.
Location is a region in which the Azure Cosmos DB database account is deployed.
ManagementClient is the base client for Cosmosdb.
Operation is REST API operation.
OperationDisplay is the object that represents the operation.
OperationListResult is result of the request to list Resource Provider operations.
OperationsClient is the azure Cosmos DB Database Service Resource Provider REST API.
Resource is a database account resource.
# Type aliases
DatabaseAccountKind enumerates the values for database account kind.
DatabaseAccountOfferType enumerates the values for database account offer type.
DefaultConsistencyLevel enumerates the values for default consistency level.
KeyKind enumerates the values for key kind.