CosmosDBAccountImpl.IWithMultipleLocations.WithMultipleWriteLocationsEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether multiple write locations are enabled for this cosmos db account.
Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals IWithMultipleLocations.WithMultipleWriteLocationsEnabled (bool enabled);
abstract member Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithMultipleLocations.WithMultipleWriteLocationsEnabled : bool -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
override this.Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithMultipleLocations.WithMultipleWriteLocationsEnabled : bool -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Function WithMultipleWriteLocationsEnabled (enabled As Boolean) As IWithOptionals Implements IWithMultipleLocations.WithMultipleWriteLocationsEnabled
Parameters
- enabled
- Boolean
Whether multiple write locations are enabled or not,
Returns
The next stage of the update definition.