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