Interface IWithAutomaticFailover
- 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
boolWhether automatic failover is enabled or not.
Returns
- IWithCreate
The next stage of the definition.