Uses of Class
com.azure.resourcemanager.mediaservices.models.JobState
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of JobState in com.azure.resourcemanager.mediaservices.fluent.models
-
Uses of JobState in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final JobState
JobState.CANCELED
Static value Canceled for JobState.static final JobState
JobState.CANCELING
Static value Canceling for JobState.static final JobState
JobState.ERROR
Static value Error for JobState.static final JobState
JobState.FINISHED
Static value Finished for JobState.static final JobState
JobState.PROCESSING
Static value Processing for JobState.static final JobState
JobState.QUEUED
Static value Queued for JobState.static final JobState
JobState.SCHEDULED
Static value Scheduled for JobState.Modifier and TypeMethodDescriptionstatic JobState
JobState.fromString
(String name) Creates or finds a JobState from its string representation.Job.state()
Gets the state property: The current state of the job.JobOutput.state()
Get the state property: Describes the state of the JobOutput.Modifier and TypeMethodDescriptionstatic Collection<JobState>
JobState.values()
Gets known JobState values.