Uses of Class
com.azure.resourcemanager.automation.models.JobCreateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of JobCreateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionJobsClient.create
(String resourceGroupName, String automationAccountName, String jobName, JobCreateParameters parameters) Create a job of the runbook.com.azure.core.http.rest.Response<JobInner>
JobsClient.createWithResponse
(String resourceGroupName, String automationAccountName, String jobName, JobCreateParameters parameters, String clientRequestId, com.azure.core.util.Context context) Create a job of the runbook. -
Uses of JobCreateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionJobCreateParameters.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.JobCreateParameters.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.Set the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.