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

public final class StreamType extends com.azure.core.util.ExpandableStringEnum<StreamType>
The type of the sync job stream.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final StreamType
    Static value Error for StreamType.
    static final StreamType
    Static value Output for StreamType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static StreamType
    Creates or finds a StreamType from its string representation.
    Gets known StreamType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • ERROR

      public static final StreamType ERROR
      Static value Error for StreamType.
    • OUTPUT

      public static final StreamType OUTPUT
      Static value Output for StreamType.
  • Constructor Details

    • StreamType

      public StreamType()
  • Method Details

    • fromString

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

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