ScriptOutputStreamType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. avs. models. ScriptOutputStreamType
- com.
- com.
public final class ScriptOutputStreamType
extends ExpandableStringEnum<ScriptOutputStreamType>
Script Output Stream type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Script |
ERROR
is error. |
|
static final
Script |
INFORMATION
is information. |
|
static final
Script |
OUTPUT
is output. |
|
static final
Script |
WARNING
is warning. |
Constructor Summary
| Constructor | Description |
|---|---|
| ScriptOutputStreamType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Script |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Script |
fromString(String name)
Creates or finds a Script |
|
static
Collection<Script |
values()
Gets known Script |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ERROR
public static final ScriptOutputStreamType ERROR
is error.
INFORMATION
public static final ScriptOutputStreamType INFORMATION
is information.
OUTPUT
public static final ScriptOutputStreamType OUTPUT
is output.
WARNING
public static final ScriptOutputStreamType WARNING
is warning.
Constructor Details
ScriptOutputStreamType
@Deprecated
public ScriptOutputStreamType()
Deprecated
Creates a new instance of ScriptOutputStreamType value.
Method Details
fromString
public static ScriptOutputStreamType fromString(String name)
Creates or finds a ScriptOutputStreamType from its string representation.
Parameters:
Returns:
values
public static Collection<ScriptOutputStreamType> values()
Gets known ScriptOutputStreamType values.
Returns: