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