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

public final class JobRetry extends com.azure.core.util.ExpandableStringEnum<JobRetry>
Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.
  • Field Details

    • DO_NOT_RETRY

      public static final JobRetry DO_NOT_RETRY
      Static value DoNotRetry for JobRetry.
    • MAY_RETRY

      public static final JobRetry MAY_RETRY
      Static value MayRetry for JobRetry.
  • Constructor Details

  • Method Details

    • fromString

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

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