Uses of Interface
com.azure.resourcemanager.automation.models.Schedule
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Schedule in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSchedule.Update.apply()
Executes the update request.Schedule.Update.apply
(com.azure.core.util.Context context) Executes the update request.Schedule.DefinitionStages.WithCreate.create()
Executes the create request.Schedule.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Retrieve the schedule identified by schedule name.Retrieve the schedule identified by schedule name.Schedule.refresh()
Refreshes the resource to sync with Azure.Schedule.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Schedule>
Schedules.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the schedule identified by schedule name.com.azure.core.http.rest.Response<Schedule>
Schedules.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<Schedule>
Schedules.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of schedules.com.azure.core.http.rest.PagedIterable<Schedule>
Schedules.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of schedules.