| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.fluent |
Package containing the service clients for CosmosDBManagementClient.
|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
DatabaseAccountsClient.beginFailoverPriorityChange(String resourceGroupName,
String accountName,
FailoverPolicies failoverParameters)
Changes the failover priority for the Azure Cosmos DB database account.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
DatabaseAccountsClient.beginFailoverPriorityChange(String resourceGroupName,
String accountName,
FailoverPolicies failoverParameters,
com.azure.core.util.Context context)
Changes the failover priority for the Azure Cosmos DB database account.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
DatabaseAccountsClient.beginFailoverPriorityChangeAsync(String resourceGroupName,
String accountName,
FailoverPolicies failoverParameters)
Changes the failover priority for the Azure Cosmos DB database account.
|
void |
DatabaseAccountsClient.failoverPriorityChange(String resourceGroupName,
String accountName,
FailoverPolicies failoverParameters)
Changes the failover priority for the Azure Cosmos DB database account.
|
void |
DatabaseAccountsClient.failoverPriorityChange(String resourceGroupName,
String accountName,
FailoverPolicies failoverParameters,
com.azure.core.util.Context context)
Changes the failover priority for the Azure Cosmos DB database account.
|
Mono<Void> |
DatabaseAccountsClient.failoverPriorityChangeAsync(String resourceGroupName,
String accountName,
FailoverPolicies failoverParameters)
Changes the failover priority for the Azure Cosmos DB database account.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DatabaseAccountsClient.failoverPriorityChangeWithResponseAsync(String resourceGroupName,
String accountName,
FailoverPolicies failoverParameters)
Changes the failover priority for the Azure Cosmos DB database account.
|
| Modifier and Type | Method and Description |
|---|---|
FailoverPolicies |
FailoverPolicies.withFailoverPolicies(List<FailoverPolicy> failoverPolicies)
Set the failoverPolicies property: List of failover policies.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.