Uses of Interface
com.azure.resourcemanager.automation.models.Job
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Job in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionJob.DefinitionStages.WithCreate.create()
Executes the create request.Job.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Retrieve the job identified by job name.Retrieve the job identified by job name.Job.refresh()
Refreshes the resource to sync with Azure.Job.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Job>
Jobs.getByIdWithResponse
(String id, String clientRequestId, com.azure.core.util.Context context) Retrieve the job identified by job name.com.azure.core.http.rest.Response<Job>
Jobs.getWithResponse
(String resourceGroupName, String automationAccountName, String jobName, String clientRequestId, com.azure.core.util.Context context) Retrieve the job identified by job name.