Uses of Class
com.azure.resourcemanager.automation.fluent.models.JobInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of JobInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionJobsClient.create
(String resourceGroupName, String automationAccountName, String jobName, JobCreateParameters parameters) Create a job of the runbook.Retrieve the job identified by job name.Modifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<JobInner>
JobsClient.getWithResponse
(String resourceGroupName, String automationAccountName, String jobName, String clientRequestId, com.azure.core.util.Context context) Retrieve the job identified by job name. -
Uses of JobInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionJobInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time of the job.JobInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: Gets or sets the end time of the job.JobInner.withException
(String exception) Set the exception property: Gets or sets the exception of the job.Set the jobId property: Gets or sets the id of the job.JobInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time of the job.JobInner.withLastStatusModifiedTime
(OffsetDateTime lastStatusModifiedTime) Set the lastStatusModifiedTime property: Gets or sets the last status modified time of the job.JobInner.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.JobInner.withProvisioningState
(JobProvisioningState provisioningState) Set the provisioningState property: The current provisioning state of the job.JobInner.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.JobInner.withStartedBy
(String startedBy) Set the startedBy property: Gets or sets the job started by.JobInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: Gets or sets the start time of the job.JobInner.withStatus
(JobStatus status) Set the status property: Gets or sets the status of the job.JobInner.withStatusDetails
(String statusDetails) Set the statusDetails property: Gets or sets the status details of the job. -
Uses of JobInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionJob.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.JobInner object.