Uses of Class
com.azure.resourcemanager.automation.fluent.models.ScheduleInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ScheduleInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSchedulesClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String scheduleName, ScheduleCreateOrUpdateParameters parameters) Create a schedule.Retrieve the schedule identified by schedule name.SchedulesClient.update
(String resourceGroupName, String automationAccountName, String scheduleName, ScheduleUpdateParameters parameters) Update the schedule identified by schedule name.Modifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<ScheduleInner>
SchedulesClient.getWithResponse
(String resourceGroupName, String automationAccountName, String scheduleName, com.azure.core.util.Context context) Retrieve the schedule identified by schedule name.com.azure.core.http.rest.PagedIterable<ScheduleInner>
SchedulesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of schedules.com.azure.core.http.rest.PagedIterable<ScheduleInner>
SchedulesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of schedules.com.azure.core.http.rest.Response<ScheduleInner>
SchedulesClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String scheduleName, ScheduleUpdateParameters parameters, com.azure.core.util.Context context) Update the schedule identified by schedule name. -
Uses of ScheduleInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionScheduleInner.withAdvancedSchedule
(AdvancedSchedule advancedSchedule) Set the advancedSchedule property: Gets or sets the advanced schedule.ScheduleInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.ScheduleInner.withDescription
(String description) Set the description property: Gets or sets the description.ScheduleInner.withExpiryTime
(OffsetDateTime expiryTime) Set the expiryTime property: Gets or sets the end time of the schedule.ScheduleInner.withExpiryTimeOffsetMinutes
(Double expiryTimeOffsetMinutes) Set the expiryTimeOffsetMinutes property: Gets or sets the expiry time's offset in minutes.ScheduleInner.withFrequency
(ScheduleFrequency frequency) Set the frequency property: Gets or sets the frequency of the schedule.ScheduleInner.withInterval
(Object interval) Set the interval property: Gets or sets the interval of the schedule.ScheduleInner.withIsEnabled
(Boolean isEnabled) Set the isEnabled property: Gets or sets a value indicating whether this schedule is enabled.ScheduleInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.ScheduleInner.withNextRun
(OffsetDateTime nextRun) Set the nextRun property: Gets or sets the next run time of the schedule.ScheduleInner.withNextRunOffsetMinutes
(Double nextRunOffsetMinutes) Set the nextRunOffsetMinutes property: Gets or sets the next run time's offset in minutes.ScheduleInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: Gets or sets the start time of the schedule.ScheduleInner.withTimeZone
(String timeZone) Set the timeZone property: Gets or sets the time zone of the schedule. -
Uses of ScheduleInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSchedule.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.ScheduleInner object.Modifier and TypeMethodDescriptionScheduleListResult.value()
Get the value property: Gets or sets a list of schedules.Modifier and TypeMethodDescriptionScheduleListResult.withValue
(List<ScheduleInner> value) Set the value property: Gets or sets a list of schedules.