Software Update Configuration Schedule Args
data class SoftwareUpdateConfigurationScheduleArgs(val advancedMonthDays: Output<List<Int>>? = null, val advancedWeekDays: Output<List<String>>? = null, val creationTime: Output<String>? = null, val description: Output<String>? = null, val expiryTime: Output<String>? = null, val expiryTimeOffsetMinutes: Output<Double>? = null, val frequency: Output<String>, val interval: Output<Int>? = null, val isEnabled: Output<Boolean>? = null, val lastModifiedTime: Output<String>? = null, val monthlyOccurrences: Output<List<SoftwareUpdateConfigurationScheduleMonthlyOccurrenceArgs>>? = null, val nextRun: Output<String>? = null, val nextRunOffsetMinutes: Output<Double>? = null, val startTime: Output<String>? = null, val startTimeOffsetMinutes: Output<Double>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<SoftwareUpdateConfigurationScheduleArgs>
Constructors
Link copied to clipboard
fun SoftwareUpdateConfigurationScheduleArgs(advancedMonthDays: Output<List<Int>>? = null, advancedWeekDays: Output<List<String>>? = null, creationTime: Output<String>? = null, description: Output<String>? = null, expiryTime: Output<String>? = null, expiryTimeOffsetMinutes: Output<Double>? = null, frequency: Output<String>, interval: Output<Int>? = null, isEnabled: Output<Boolean>? = null, lastModifiedTime: Output<String>? = null, monthlyOccurrences: Output<List<SoftwareUpdateConfigurationScheduleMonthlyOccurrenceArgs>>? = null, nextRun: Output<String>? = null, nextRunOffsetMinutes: Output<Double>? = null, startTime: Output<String>? = null, startTimeOffsetMinutes: Output<Double>? = null, timeZone: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val monthlyOccurrences: Output<List<SoftwareUpdateConfigurationScheduleMonthlyOccurrenceArgs>>? = null
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