Interface IWithAutomaticFailover
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the cosmos db update allowing to set the automatic failover.
public interface IWithAutomaticFailover
Methods
WithAutomaticFailoverEnabled(bool)
Specifies whether automatic failover is enabled for this cosmos db account.
IWithOptionals WithAutomaticFailoverEnabled(bool enabled)
Parameters
enabled
boolWhether automatic failover is enabled or not.
Returns
- IWithOptionals
The next stage of the update.