Uses of Class
com.azure.resourcemanager.cosmos.models.FailoverPolicy
-
Packages that use FailoverPolicy Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 FailoverPolicy Modifier and Type Method Description List<FailoverPolicy>DatabaseAccountGetProperties. failoverPolicies()Get the failoverPolicies property: An array that contains the regions ordered by their failover priorities.List<FailoverPolicy>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 FailoverPolicy Modifier and Type Method Description FailoverPolicyFailoverPolicy. withFailoverPriority(Integer failoverPriority)Set the failoverPriority property: The failover priority of the region.FailoverPolicyFailoverPolicy. 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 FailoverPolicy Modifier and Type Method Description List<FailoverPolicy>FailoverPolicies. failoverPolicies()Get the failoverPolicies property: List of failover policies.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type FailoverPolicy Modifier and Type Method Description FailoverPoliciesFailoverPolicies. withFailoverPolicies(List<FailoverPolicy> failoverPolicies)Set the failoverPolicies property: List of failover policies.
-