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