Interface CosmosDBAccount.UpdateStages.WithMultipleLocations
-
- All Known Subinterfaces:
CosmosDBAccount.Update,CosmosDBAccount.UpdateStages.WithOptionals
- Enclosing interface:
- CosmosDBAccount.UpdateStages
public static interface CosmosDBAccount.UpdateStages.WithMultipleLocationsThe stage of the Cosmos DB update definition allowing to specify whether multiple write locations are enabled or not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CosmosDBAccount.UpdateStages.WithOptionalswithMultipleWriteLocationsEnabled(boolean enabled)Specifies whether multiple write locations are enabled or not for this cosmos db account.
-
-
-
Method Detail
-
withMultipleWriteLocationsEnabled
CosmosDBAccount.UpdateStages.WithOptionals withMultipleWriteLocationsEnabled(boolean enabled)
Specifies whether multiple write locations are enabled or not for this cosmos db account.- Parameters:
enabled- whether multiple write locatiosn are enabled or not.- Returns:
- the next stage of the update definition
-
-