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 mutliple write locations are enabled for this cosmos db account.
Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate IWithMultipleLocations.WithMultipleWriteLocationsEnabled (bool enabled);
abstract member Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithMultipleLocations.WithMultipleWriteLocationsEnabled : bool -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate
override this.Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithMultipleLocations.WithMultipleWriteLocationsEnabled : bool -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate
Function WithMultipleWriteLocationsEnabled (enabled As Boolean) As IWithCreate Implements IWithMultipleLocations.WithMultipleWriteLocationsEnabled
Parameters
- enabled
- Boolean
Whether mutliple write locations are enabled or not
Returns
The next stage.