ScriptShellTypes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. ScriptShellTypes
- com.
- com.
public final class ScriptShellTypes
extends ExpandableStringEnum<ScriptShellTypes>
Script shell types.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Script |
DEFAULT
Default script shell type. |
|
static final
Script |
POWERSHELL7
Powershell7 script shell type. |
Constructor Summary
| Constructor | Description |
|---|---|
| ScriptShellTypes() |
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
DEFAULT
public static final ScriptShellTypes DEFAULT
Default script shell type.
POWERSHELL7
public static final ScriptShellTypes POWERSHELL7
Powershell7 script shell type.
Constructor Details
ScriptShellTypes
@Deprecated
public ScriptShellTypes()
Deprecated
Creates a new instance of ScriptShellTypes value.
Method Details
fromString
public static ScriptShellTypes fromString(String name)
Creates or finds a ScriptShellTypes from its string representation.
Parameters:
Returns:
values
public static Collection<ScriptShellTypes> values()
Gets known ScriptShellTypes values.
Returns: