Uses of Class
com.azure.resourcemanager.automation.models.JobCreateParameters
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent with parameters of type JobCreateParametersModifier 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
Methods in com.azure.resourcemanager.automation.models that return JobCreateParametersModifier and TypeMethodDescriptionstatic JobCreateParameters
JobCreateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobCreateParameters from the JsonReader.JobCreateParameters.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.