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.
|