Class ScriptOutputStreamType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScriptOutputStreamType>
com.azure.resourcemanager.avs.models.ScriptOutputStreamType

public final class ScriptOutputStreamType extends com.azure.core.util.ExpandableStringEnum<ScriptOutputStreamType>
Defines values for ScriptOutputStreamType.
  • Field Details

    • INFORMATION

      public static final ScriptOutputStreamType INFORMATION
      Static value Information for ScriptOutputStreamType.
    • WARNING

      public static final ScriptOutputStreamType WARNING
      Static value Warning for ScriptOutputStreamType.
    • OUTPUT

      public static final ScriptOutputStreamType OUTPUT
      Static value Output for ScriptOutputStreamType.
    • ERROR

      public static final ScriptOutputStreamType ERROR
      Static value Error for ScriptOutputStreamType.
  • Constructor Details

    • ScriptOutputStreamType

      public ScriptOutputStreamType()
  • Method Details

    • fromString

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

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