java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobState>
com.azure.resourcemanager.mediaservices.models.JobState

public final class JobState extends com.azure.core.util.ExpandableStringEnum<JobState>
Describes the state of the JobOutput.
  • Field Details

    • CANCELED

      public static final JobState CANCELED
      Static value Canceled for JobState.
    • CANCELING

      public static final JobState CANCELING
      Static value Canceling for JobState.
    • ERROR

      public static final JobState ERROR
      Static value Error for JobState.
    • FINISHED

      public static final JobState FINISHED
      Static value Finished for JobState.
    • PROCESSING

      public static final JobState PROCESSING
      Static value Processing for JobState.
    • QUEUED

      public static final JobState QUEUED
      Static value Queued for JobState.
    • SCHEDULED

      public static final JobState SCHEDULED
      Static value Scheduled for JobState.
  • Constructor Details

  • Method Details

    • fromString

      public static JobState fromString(String name)
      Creates or finds a JobState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding JobState.
    • values

      public static Collection<JobState> values()
      Gets known JobState values.
      Returns:
      known JobState values.