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.voidDatabaseAccountsClient.failoverPriorityChange(String resourceGroupName, String accountName, FailoverPolicies failoverParameters) Changes the failover priority for the Azure Cosmos DB database account.voidDatabaseAccountsClient.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
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type FailoverPoliciesModifier and TypeClassDescriptionfinal classThe list of new failover policies for the failover priority change.Methods in com.azure.resourcemanager.cosmos.models that return FailoverPoliciesModifier and TypeMethodDescriptionstatic FailoverPoliciesFailoverPolicies.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.