Uses of Interface
com.azure.resourcemanager.automation.models.JobSchedule
Packages that use JobSchedule
Package
Description
Package containing the data models for AutomationClient.
-
Uses of JobSchedule in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return JobScheduleModifier and TypeMethodDescriptionJobSchedule.DefinitionStages.WithCreate.create()
Executes the create request.JobSchedule.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Retrieve the job schedule identified by job schedule name.Retrieve the job schedule identified by job schedule name.JobSchedule.refresh()
Refreshes the resource to sync with Azure.JobSchedule.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type JobScheduleModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<JobSchedule> JobSchedules.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the job schedule identified by job schedule name.com.azure.core.http.rest.Response
<JobSchedule> JobSchedules.getWithResponse
(String resourceGroupName, String automationAccountName, UUID jobScheduleId, com.azure.core.util.Context context) Retrieve the job schedule identified by job schedule name.com.azure.core.http.rest.PagedIterable
<JobSchedule> JobSchedules.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of job schedules.com.azure.core.http.rest.PagedIterable
<JobSchedule> JobSchedules.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of job schedules.