Interface CosmosDBAccount.DefinitionStages.WithMultipleLocations
-
- All Known Subinterfaces:
CosmosDBAccount.Definition,CosmosDBAccount.DefinitionStages.WithCreate
- Enclosing interface:
- CosmosDBAccount.DefinitionStages
public static interface CosmosDBAccount.DefinitionStages.WithMultipleLocationsThe stage of the cosmos db definition allowing to specify whether multiple write locations will be enabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CosmosDBAccount.DefinitionStages.WithCreatewithMultipleWriteLocationsEnabled(boolean enabled)Specifies whether multiple write locations are enabled for this cosmos db account.
-
-
-
Method Detail
-
withMultipleWriteLocationsEnabled
CosmosDBAccount.DefinitionStages.WithCreate withMultipleWriteLocationsEnabled(boolean enabled)
Specifies whether multiple write locations are enabled for this cosmos db account.- Parameters:
enabled- whether multiple write locations are enabled or not.- Returns:
- the next stage
-
-