Uses of Class
com.azure.resourcemanager.automation.models.ScheduleCreateOrUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ScheduleCreateOrUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSchedulesClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String scheduleName, ScheduleCreateOrUpdateParameters parameters) Create a schedule.com.azure.core.http.rest.Response<ScheduleInner>
SchedulesClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String scheduleName, ScheduleCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create a schedule. -
Uses of ScheduleCreateOrUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionScheduleCreateOrUpdateParameters.withAdvancedSchedule
(AdvancedSchedule advancedSchedule) Set the advancedSchedule property: Gets or sets the AdvancedSchedule.ScheduleCreateOrUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the schedule.ScheduleCreateOrUpdateParameters.withExpiryTime
(OffsetDateTime expiryTime) Set the expiryTime property: Gets or sets the end time of the schedule.ScheduleCreateOrUpdateParameters.withFrequency
(ScheduleFrequency frequency) Set the frequency property: Gets or sets the frequency of the schedule.ScheduleCreateOrUpdateParameters.withInterval
(Object interval) Set the interval property: Gets or sets the interval of the schedule.Set the name property: Gets or sets the name of the Schedule.ScheduleCreateOrUpdateParameters.withStartTime
(OffsetDateTime startTime) Set the startTime property: Gets or sets the start time of the schedule.ScheduleCreateOrUpdateParameters.withTimeZone
(String timeZone) Set the timeZone property: Gets or sets the time zone of the schedule.