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 = 1The schedule runs on the first week.
Fourth = 8The schedule runs on the fourth week.
Last = 16The schedule runs on the last week.
None = 0The schedule does not run on any weeks.
Second = 2The schedule runs on the second week.
Third = 4The schedule runs on the third week.
Unknown = -1The weeks are unknown.