Uses of Class
com.azure.resourcemanager.automation.models.JobStatus
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of JobStatus in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionDscCompilationJobInner.status()
Get the status property: Gets or sets the status of the job.DscCompilationJobProperties.status()
Get the status property: Gets or sets the status of the job.JobCollectionItemInner.status()
Get the status property: The status of the job.JobCollectionItemProperties.status()
Get the status property: The status of the job.JobInner.status()
Get the status property: Gets or sets the status of the job.JobProperties.status()
Get the status property: Gets or sets the status of the job.Modifier and TypeMethodDescriptionDscCompilationJobInner.withStatus
(JobStatus status) Set the status property: Gets or sets the status of the job.DscCompilationJobProperties.withStatus
(JobStatus status) Set the status property: Gets or sets the status of the job.JobInner.withStatus
(JobStatus status) Set the status property: Gets or sets the status of the job.JobProperties.withStatus
(JobStatus status) Set the status property: Gets or sets the status of the job. -
Uses of JobStatus in com.azure.resourcemanager.automation.models
Modifier and TypeFieldDescriptionstatic final JobStatus
JobStatus.ACTIVATING
Static value Activating for JobStatus.static final JobStatus
JobStatus.BLOCKED
Static value Blocked for JobStatus.static final JobStatus
JobStatus.COMPLETED
Static value Completed for JobStatus.static final JobStatus
JobStatus.DISCONNECTED
Static value Disconnected for JobStatus.static final JobStatus
JobStatus.FAILED
Static value Failed for JobStatus.static final JobStatus
JobStatus.NEW
Static value New for JobStatus.static final JobStatus
JobStatus.REMOVING
Static value Removing for JobStatus.static final JobStatus
JobStatus.RESUMING
Static value Resuming for JobStatus.static final JobStatus
JobStatus.RUNNING
Static value Running for JobStatus.static final JobStatus
JobStatus.STOPPED
Static value Stopped for JobStatus.static final JobStatus
JobStatus.STOPPING
Static value Stopping for JobStatus.static final JobStatus
JobStatus.SUSPENDED
Static value Suspended for JobStatus.static final JobStatus
JobStatus.SUSPENDING
Static value Suspending for JobStatus.Modifier and TypeMethodDescriptionstatic JobStatus
JobStatus.fromString
(String name) Creates or finds a JobStatus from its string representation.DscCompilationJob.status()
Gets the status property: Gets or sets the status of the job.Job.status()
Gets the status property: Gets or sets the status of the job.JobCollectionItem.status()
Gets the status property: The status of the job.Modifier and TypeMethodDescriptionstatic Collection<JobStatus>
JobStatus.values()
Gets known JobStatus values.