Enum MicrosoftFailoverClusterAwareUpdatingTriggerType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The trigger type for cluster-aware updating.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterAwareUpdatingTriggerType
Fields
Daily = 1
The trigger type is daily.
Monthly = 3
The trigger type is monthly.
Unknown = 0
The trigger type is unknown.
Weekly = 2
The trigger type is weekly.