Uses of Class
com.microsoft.azure.management.cosmosdb.FailoverPolicy
Packages that use FailoverPolicy
Package
Description
This package contains the classes for CosmosDB.
-
Uses of FailoverPolicy in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return FailoverPolicyModifier and TypeMethodDescriptionFailoverPolicy.withFailoverPriority
(Integer failoverPriority) Set the failover priority of the region.FailoverPolicy.withLocationName
(String locationName) Set the name of the region in which the database account exists.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type FailoverPolicyModifier and TypeMethodDescriptionFailoverPolicies.failoverPolicies()
Get list of failover policies.Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type FailoverPolicyModifier and TypeMethodDescriptionFailoverPolicies.withFailoverPolicies
(List<FailoverPolicy> failoverPolicies) Set list of failover policies.