Class JobStreamType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobStreamType>
com.azure.resourcemanager.automation.models.JobStreamType

public final class JobStreamType extends com.azure.core.util.ExpandableStringEnum<JobStreamType>
Gets or sets the stream type.
  • Field Details

    • PROGRESS

      public static final JobStreamType PROGRESS
      Static value Progress for JobStreamType.
    • OUTPUT

      public static final JobStreamType OUTPUT
      Static value Output for JobStreamType.
    • WARNING

      public static final JobStreamType WARNING
      Static value Warning for JobStreamType.
    • ERROR

      public static final JobStreamType ERROR
      Static value Error for JobStreamType.
    • DEBUG

      public static final JobStreamType DEBUG
      Static value Debug for JobStreamType.
    • VERBOSE

      public static final JobStreamType VERBOSE
      Static value Verbose for JobStreamType.
    • ANY

      public static final JobStreamType ANY
      Static value Any for JobStreamType.
  • Constructor Details

    • JobStreamType

      public JobStreamType()
  • Method Details

    • fromString

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

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