Enum AzureSqlServerFailoverGroupReadWriteFailoverPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the role of the server in the failover group.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureSqlServerFailoverGroupReadWriteFailoverPolicy
Fields
Automatic = 1
The failover policy is automatic.
Manual = 2
The failover policy is manual.
Unknown = 0
The failover policy is unknown.