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 monthlyOccurrences: List<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
fun SoftwareUpdateConfigurationSchedule(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, monthlyOccurrences: List<SoftwareUpdateConfigurationScheduleMonthlyOccurrence>? = null, nextRun: String? = null, nextRunOffsetMinutes: Double? = null, startTime: String? = null, startTimeOffsetMinutes: Double? = null, timeZone: String? = null)
Types
Properties
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