Class ScriptShellTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScriptShellTypes>
com.azure.resourcemanager.compute.models.ScriptShellTypes
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ScriptShellTypes
extends com.azure.core.util.ExpandableStringEnum<ScriptShellTypes>
Script shell types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScriptShellTypesStatic value Default for ScriptShellTypes.static final ScriptShellTypesStatic value Powershell7 for ScriptShellTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ScriptShellTypesfromString(String name) Creates or finds a ScriptShellTypes from its string representation.static Collection<ScriptShellTypes> values()Gets known ScriptShellTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DEFAULT
Static value Default for ScriptShellTypes. -
POWERSHELL7
Static value Powershell7 for ScriptShellTypes.
-
-
Constructor Details
-
ScriptShellTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of ScriptShellTypes value.
-
-
Method Details
-
fromString
Creates or finds a ScriptShellTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ScriptShellTypes.
-
values
Gets known ScriptShellTypes values.- Returns:
- known ScriptShellTypes values.
-
fromString(String)factory method.