Class JobState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobState>
com.azure.resourcemanager.mediaservices.models.JobState
Describes the state of the JobOutput.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JobState
Static value Canceled for JobState.static final JobState
Static value Canceling for JobState.static final JobState
Static value Error for JobState.static final JobState
Static value Finished for JobState.static final JobState
Static value Processing for JobState.static final JobState
Static value Queued for JobState.static final JobState
Static value Scheduled for JobState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JobState
fromString
(String name) Creates or finds a JobState from its string representation.static Collection<JobState>
values()
Gets known JobState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CANCELED
Static value Canceled for JobState. -
CANCELING
Static value Canceling for JobState. -
ERROR
Static value Error for JobState. -
FINISHED
Static value Finished for JobState. -
PROCESSING
Static value Processing for JobState. -
QUEUED
Static value Queued for JobState. -
SCHEDULED
Static value Scheduled for JobState.
-
-
Constructor Details
-
JobState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of JobState value.
-
-
Method Details
-
fromString
Creates or finds a JobState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding JobState.
-
values
Gets known JobState values.- Returns:
- known JobState values.
-
fromString(String)
factory method.