Uses of Class
com.microsoft.azure.management.cosmosdb.Location
Packages that use Location
Package
Description
This package contains the classes for CosmosDB.
-
Uses of Location in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return LocationModifier 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.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type LocationModifier 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()
Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type LocationModifier 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.