Uses of Class
com.microsoft.azure.management.cosmosdb.Location
-
-
Uses of Location in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return Location Modifier and Type Method Description LocationLocation. withFailoverPriority(Integer failoverPriority)Set the failover priority of the region.LocationLocation. withLocationName(String locationName)Set the name of the region.LocationLocation. withProvisioningState(String provisioningState)Set the provisioningState value.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type Location Modifier and Type Method Description List<Location>CosmosDBAccount. readableReplications()List<Location>CosmosDBAccount. writableReplications()Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type Location Modifier and Type Method Description voidCosmosDBAccounts. failoverPriorityChange(String groupName, String accountName, List<Location> failoverPolicies)Changes the failover priority for the Azure CosmosDB database account.rx.Observable<Void>CosmosDBAccounts. failoverPriorityChangeAsync(String groupName, String accountName, List<Location> failoverPolicies)Changes the failover priority for the Azure CosmosDB database account.
-