Uses of Class
com.azure.resourcemanager.automation.fluent.models.ScheduleCreateOrUpdateProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of ScheduleCreateOrUpdateProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionScheduleCreateOrUpdateProperties.withAdvancedSchedule
(AdvancedSchedule advancedSchedule) Set the advancedSchedule property: Gets or sets the AdvancedSchedule.ScheduleCreateOrUpdateProperties.withDescription
(String description) Set the description property: Gets or sets the description of the schedule.ScheduleCreateOrUpdateProperties.withExpiryTime
(OffsetDateTime expiryTime) Set the expiryTime property: Gets or sets the end time of the schedule.ScheduleCreateOrUpdateProperties.withFrequency
(ScheduleFrequency frequency) Set the frequency property: Gets or sets the frequency of the schedule.ScheduleCreateOrUpdateProperties.withInterval
(Object interval) Set the interval property: Gets or sets the interval of the schedule.ScheduleCreateOrUpdateProperties.withStartTime
(OffsetDateTime startTime) Set the startTime property: Gets or sets the start time of the schedule.ScheduleCreateOrUpdateProperties.withTimeZone
(String timeZone) Set the timeZone property: Gets or sets the time zone of the schedule.