Uses of Class
com.azure.resourcemanager.cosmos.models.FailoverPolicies
Packages that use FailoverPolicies
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of FailoverPolicies in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent with parameters of type FailoverPoliciesModifier and TypeMethodDescriptionDatabaseAccountsClient.beginFailoverPriorityChange
(String resourceGroupName, String accountName, FailoverPolicies failoverParameters) Changes the failover priority for the Azure Cosmos DB database account.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.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.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. -
Uses of FailoverPolicies in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return FailoverPoliciesModifier and TypeMethodDescriptionstatic FailoverPolicies
FailoverPolicies.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FailoverPolicies from the JsonReader.FailoverPolicies.withFailoverPolicies
(List<FailoverPolicy> failoverPolicies) Set the failoverPolicies property: List of failover policies.