Uses of Class
com.microsoft.azure.management.cosmosdb.Location
Package
Description
This package contains the classes for CosmosDB.
-
Uses of Location in com.microsoft.azure.management.cosmosdb
Modifier and TypeMethodDescriptionLocation.withFailoverPriority
(Integer failoverPriority) Set the failover priority of the region.Location.withIsZoneRedundant
(Boolean isZoneRedundant) Set flag to indicate whether or not this region is an AvailabilityZone region.Location.withLocationName
(String locationName) Set the name of the region.Location.withProvisioningState
(String provisioningState) Set the provisioningState value.Modifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.locations()
Get an array that contains the georeplication locations enabled for the Cosmos DB account.DatabaseAccountUpdateParameters.locations()
Get an array that contains the georeplication locations enabled for the Cosmos DB account.CosmosDBAccount.readableReplications()
CosmosDBAccount.writableReplications()
Modifier and TypeMethodDescriptionvoid
CosmosDBAccounts.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.DatabaseAccountCreateUpdateParameters.withLocations
(List<Location> locations) Set an array that contains the georeplication locations enabled for the Cosmos DB account.DatabaseAccountUpdateParameters.withLocations
(List<Location> locations) Set an array that contains the georeplication locations enabled for the Cosmos DB account.