Uses of Class
com.azure.resourcemanager.automation.models.SucScheduleProperties
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of SucScheduleProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationInner.scheduleInfo()
Get the scheduleInfo property: Schedule information for the Software update configuration.SoftwareUpdateConfigurationProperties.scheduleInfo()
Get the scheduleInfo property: Schedule information for the Software update configuration.Modifier and TypeMethodDescriptionSoftwareUpdateConfigurationInner.withScheduleInfo
(SucScheduleProperties scheduleInfo) Set the scheduleInfo property: Schedule information for the Software update configuration.SoftwareUpdateConfigurationProperties.withScheduleInfo
(SucScheduleProperties scheduleInfo) Set the scheduleInfo property: Schedule information for the Software update configuration. -
Uses of SucScheduleProperties in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSoftwareUpdateConfiguration.scheduleInfo()
Gets the scheduleInfo property: Schedule information for the Software update configuration.SucScheduleProperties.withAdvancedSchedule
(AdvancedSchedule advancedSchedule) Set the advancedSchedule property: Gets or sets the advanced schedule.SucScheduleProperties.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.SucScheduleProperties.withDescription
(String description) Set the description property: Gets or sets the description.SucScheduleProperties.withExpiryTime
(OffsetDateTime expiryTime) Set the expiryTime property: Gets or sets the end time of the schedule.SucScheduleProperties.withExpiryTimeOffsetMinutes
(Double expiryTimeOffsetMinutes) Set the expiryTimeOffsetMinutes property: Gets or sets the expiry time's offset in minutes.SucScheduleProperties.withFrequency
(ScheduleFrequency frequency) Set the frequency property: Gets or sets the frequency of the schedule.SucScheduleProperties.withInterval
(Long interval) Set the interval property: Gets or sets the interval of the schedule.SucScheduleProperties.withIsEnabled
(Boolean isEnabled) Set the isEnabled property: Gets or sets a value indicating whether this schedule is enabled.SucScheduleProperties.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.SucScheduleProperties.withNextRun
(OffsetDateTime nextRun) Set the nextRun property: Gets or sets the next run time of the schedule.SucScheduleProperties.withNextRunOffsetMinutes
(Double nextRunOffsetMinutes) Set the nextRunOffsetMinutes property: Gets or sets the next run time's offset in minutes.SucScheduleProperties.withStartTime
(OffsetDateTime startTime) Set the startTime property: Gets or sets the start time of the schedule.SucScheduleProperties.withTimeZone
(String timeZone) Set the timeZone property: Gets or sets the time zone of the schedule.Modifier and TypeMethodDescriptionSoftwareUpdateConfiguration.DefinitionStages.WithScheduleInfo.withScheduleInfo
(SucScheduleProperties scheduleInfo) Specifies the scheduleInfo property: Schedule information for the Software update configuration.