Enum MicrosoftFailoverClusterAwareUpdatingWeeksOfMonth
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The weeks of the month that cluster-aware updating is scheduled to run.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterAwareUpdatingWeeksOfMonth
Fields
First = 1
The schedule runs on the first week.
Fourth = 8
The schedule runs on the fourth week.
Last = 16
The schedule runs on the last week.
None = 0
The schedule does not run on any weeks.
Second = 2
The schedule runs on the second week.
Third = 4
The schedule runs on the third week.
Unknown = -1
The weeks are unknown.