See: Description
| Interface | Description |
|---|---|
| CosmosDBAccount |
An immutable client-side representation of an Azure Cosmos DB.
|
| CosmosDBAccount.Definition |
Grouping of cosmos db definition stages.
|
| CosmosDBAccount.DefinitionStages |
Grouping of cosmos db definition stages.
|
| CosmosDBAccount.DefinitionStages.Blank |
The first stage of a cosmos db definition.
|
| CosmosDBAccount.DefinitionStages.WithConsistencyPolicy |
The stage of the cosmos db definition allowing to set the consistency policy.
|
| CosmosDBAccount.DefinitionStages.WithCreate |
The stage of the definition which contains all the minimum required inputs for
the resource to be created, but also allows
for any other optional settings to be specified.
|
| CosmosDBAccount.DefinitionStages.WithGroup |
The stage of the cosmos db definition allowing to specify the resource group.
|
| CosmosDBAccount.DefinitionStages.WithIpRangeFilter |
The stage of the cosmos db definition allowing to set the IP range filter.
|
| CosmosDBAccount.DefinitionStages.WithKind |
The stage of the cosmos db definition allowing to set the database account kind.
|
| CosmosDBAccount.DefinitionStages.WithReadReplication |
The stage of the cosmos db definition allowing the definition of a write location.
|
| CosmosDBAccount.DefinitionStages.WithVirtualNetworkRule |
The stage of the cosmos db definition allowing the definition of a Virtual Network ACL Rule.
|
| CosmosDBAccount.DefinitionStages.WithWriteReplication |
The stage of the cosmos db definition allowing the definition of a read location.
|
| CosmosDBAccount.Update |
Grouping of cosmos db update stages.
|
| CosmosDBAccount.UpdateStages |
Grouping of cosmos db update stages.
|
| CosmosDBAccount.UpdateStages.WithConsistencyPolicy |
The stage of the cosmos db update allowing to set the consistency policy.
|
| CosmosDBAccount.UpdateStages.WithIpRangeFilter |
The stage of the cosmos db definition allowing to set the IP range filter.
|
| CosmosDBAccount.UpdateStages.WithOptionals |
Grouping of cosmos db update stages.
|
| CosmosDBAccount.UpdateStages.WithReadLocations |
The stage of the cosmos db definition allowing the definition of a write location.
|
| CosmosDBAccount.UpdateStages.WithVirtualNetworkRule |
The stage of the Cosmos DB update definition allowing the definition of a Virtual Network ACL Rule.
|
| CosmosDBAccounts |
Entry point to Cosmos DB management API.
|
| DatabaseAccountListConnectionStringsResult |
An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListConnectionStringsResult.
|
| DatabaseAccountListKeysResult |
An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListKeysResult.
|
| DatabaseAccountListReadOnlyKeysResult |
An immutable client-side representation of an Azure Cosmos DB DatabaseAccountListReadOnlyKeysResult.
|
| Class | Description |
|---|---|
| Capability |
Cosmos DB capability object.
|
| ConsistencyPolicy |
The consistency policy for the Cosmos DB database account.
|
| DatabaseAccountConnectionString |
Connection string for the Cosmos DB account.
|
| DatabaseAccountKind |
Defines values for DatabaseAccountKind.
|
| DatabaseAccountRegenerateKeyParameters |
Parameters to regenerate the keys within the database account.
|
| ErrorResponse |
Error Response.
|
| FailoverPolicies |
The list of new failover policies for the failover priority change.
|
| KeyKind |
Defines values for KeyKind.
|
| Location |
A region in which the Azure Cosmos DB database account is deployed.
|
| MetricAvailability |
The availability of the metric.
|
| MetricName |
A metric name.
|
| MetricValue |
Represents metrics values.
|
| OperationDisplay |
The object that represents the operation.
|
| PercentileMetricValue |
Represents percentile metrics values.
|
| PrimaryAggregationType |
Defines values for PrimaryAggregationType.
|
| RegionForOnlineOffline |
Cosmos DB region to online or offline.
|
| UnitType |
Defines values for UnitType.
|
| VirtualNetworkRule |
Virtual Network ACL Rule object.
|
| Enum | Description |
|---|---|
| DatabaseAccountOfferType |
Defines values for DatabaseAccountOfferType.
|
| DefaultConsistencyLevel |
Defines values for DefaultConsistencyLevel.
|
| Exception | Description |
|---|---|
| ErrorResponseException |
Exception thrown for an invalid response with ErrorResponse information.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/