Uses of Class
com.azure.resourcemanager.cosmos.models.FailoverPolicy
Packages that use FailoverPolicy
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of FailoverPolicy in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type FailoverPolicyModifier and TypeMethodDescriptionDatabaseAccountGetProperties.failoverPolicies()Get the failoverPolicies property: An array that contains the regions ordered by their failover priorities.DatabaseAccountGetResultsInner.failoverPolicies()Get the failoverPolicies property: An array that contains the regions ordered by their failover priorities. -
Uses of FailoverPolicy in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return FailoverPolicyModifier and TypeMethodDescriptionstatic FailoverPolicyFailoverPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FailoverPolicy from the JsonReader.FailoverPolicy.withFailoverPriority(Integer failoverPriority) Set the failoverPriority property: The failover priority of the region.FailoverPolicy.withLocationName(String locationName) Set the locationName property: The name of the region in which the database account exists.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type FailoverPolicyModifier and TypeMethodDescriptionFailoverPolicies.failoverPolicies()Get the failoverPolicies property: List of failover policies.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type FailoverPolicyModifier and TypeMethodDescriptionFailoverPolicies.withFailoverPolicies(List<FailoverPolicy> failoverPolicies) Set the failoverPolicies property: List of failover policies.