Software Update Configuration Schedule
data class SoftwareUpdateConfigurationSchedule(val advancedMonthDays: List<Int>? = null, val advancedWeekDays: List<String>? = null, val creationTime: String? = null, val description: String? = null, val expiryTime: String? = null, val expiryTimeOffsetMinutes: Double? = null, val frequency: String, val interval: Int? = null, val isEnabled: Boolean? = null, val lastModifiedTime: String? = null, val monthlyOccurrence: SoftwareUpdateConfigurationScheduleMonthlyOccurrence? = null, val nextRun: String? = null, val nextRunOffsetMinutes: Double? = null, val startTime: String? = null, val startTimeOffsetMinutes: Double? = null, val timeZone: String? = null)
Constructors
Link copied to clipboard
constructor(advancedMonthDays: List<Int>? = null, advancedWeekDays: List<String>? = null, creationTime: String? = null, description: String? = null, expiryTime: String? = null, expiryTimeOffsetMinutes: Double? = null, frequency: String, interval: Int? = null, isEnabled: Boolean? = null, lastModifiedTime: String? = null, monthlyOccurrence: SoftwareUpdateConfigurationScheduleMonthlyOccurrence? = null, nextRun: String? = null, nextRunOffsetMinutes: Double? = null, startTime: String? = null, startTimeOffsetMinutes: Double? = null, timeZone: String? = null)
Properties
Link copied to clipboard
List of days of the month that the job should execute on. Must be between 1 and 31. -1 for last day of the month. Only valid when frequency is Month.
Link copied to clipboard
List of days of the week that the job should execute on. Only valid when frequency is Week. Possible values include Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday.
Link copied to clipboard
Link copied to clipboard
A description for this Schedule.
Link copied to clipboard
The end time of the schedule.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
List of monthly_occurrence blocks as defined below to specifies occurrences of days within a month. Only valid when frequency is Month. The monthly_occurrence block supports fields as defined below.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The timezone of the start time. Defaults to Etc/UTC. For possible values see: https://docs.microsoft.com/en-us/rest/api/maps/timezone/gettimezoneenumwindows