Table of Contents

Interface IWithAutomaticFailover

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The stage of the cosmos db definition allowing to set the automatic failover.

public interface IWithAutomaticFailover

Methods

WithAutomaticFailoverEnabled(bool)

Specifies whether automatic failover is enabled for this cosmos db account.

IWithCreate WithAutomaticFailoverEnabled(bool enabled)

Parameters

enabled bool

Whether automatic failover is enabled or not.

Returns

IWithCreate

The next stage of the definition.