Interface IWithMultipleLocations
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the cosmos db update definition allowing to specify whether multiple write locations are enabled or not.
public interface IWithMultipleLocations
Methods
WithMultipleWriteLocationsEnabled(bool)
Specifies whether multiple write locations are enabled or not for this cosmos db account.
IWithOptionals WithMultipleWriteLocationsEnabled(bool enabled)
Parameters
enabled
boolWhether multiple write locations are enabled or not for this cosmos db account.
Returns
- IWithOptionals
The next stage of the update definition.