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 monthlyOccurrence: Output<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
constructor(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, monthlyOccurrence: Output<SoftwareUpdateConfigurationScheduleMonthlyOccurrenceArgs>? = null, nextRun: Output<String>? = null, nextRunOffsetMinutes: Output<Double>? = null, startTime: Output<String>? = null, startTimeOffsetMinutes: Output<Double>? = null, timeZone: Output<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