Table of Contents

Interface IWithMultipleLocations

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition
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 bool

Whether multiple write locations are enabled or not.

Returns

IWithCreate

The next stage.