Provides details on when a window entry is active.
Name | Type | Nullable? | Summary |
---|---|---|---|
ScheduleType | String | The type of schedule the window entry will use. | |
OnetimeExecutionDate | DateTime | This field is nullable. | Only set with a schedule type of Onetime. The day at which the window entry will be effective. |
WeekExecutionDays | String[] | This field is nullable. | Only set with a schedule type of Weekly. The days of the week at which the window entry will be effective. |
WeekInterval | Int32 | This field is nullable. | Only set with a schedule type of Weekly. The weekly interval at which the window entry will be effective. |
MonthExecutionWeeks | String[] | This field is nullable. | Only set with a schedule type of Monthly. The weeks of the month the window entry will be effective. |
WeekExecutionDay | String | This field is nullable. | Only set with a schedule type of Monthly. The day of the week the window entry will be effective. |
YearExecutionDay | DateTime | This field is nullable. | Only set with a schedule type of Yearly. The day of the year the window entry will be effective. |