다음을 통해 공유


IWithMultipleLocations.WithMultipleWriteLocationsEnabled(Boolean) Method

Definition

Specifies whether multiple write locations are enabled or not for this cosmos db account.

public Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals WithMultipleWriteLocationsEnabled (bool enabled);
abstract member WithMultipleWriteLocationsEnabled : bool -> Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithOptionals
Public Function WithMultipleWriteLocationsEnabled (enabled As Boolean) As IWithOptionals

Parameters

enabled
Boolean

Whether multiple write locations are enabled or not for this cosmos db account.

Returns

The next stage of the update definition.

Applies to