Class GalleryScriptParameterType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GalleryScriptParameterType>
com.azure.resourcemanager.compute.models.GalleryScriptParameterType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class GalleryScriptParameterType
extends com.azure.core.util.ExpandableStringEnum<GalleryScriptParameterType>
Specifies the type of the Gallery Script parameter. Possible values are: String, Int, Double, Boolean, Enum.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GalleryScriptParameterTypeStatic value Boolean for GalleryScriptParameterType.static final GalleryScriptParameterTypeStatic value Double for GalleryScriptParameterType.static final GalleryScriptParameterTypeStatic value Enum for GalleryScriptParameterType.static final GalleryScriptParameterTypeStatic value Int for GalleryScriptParameterType.static final GalleryScriptParameterTypeStatic value String for GalleryScriptParameterType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GalleryScriptParameterTypefromString(String name) Creates or finds a GalleryScriptParameterType from its string representation.static Collection<GalleryScriptParameterType> values()Gets known GalleryScriptParameterType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STRING
Static value String for GalleryScriptParameterType. -
INT
Static value Int for GalleryScriptParameterType. -
DOUBLE
Static value Double for GalleryScriptParameterType. -
BOOLEAN
Static value Boolean for GalleryScriptParameterType. -
ENUM
Static value Enum for GalleryScriptParameterType.
-
-
Constructor Details
-
GalleryScriptParameterType
Deprecated.Use thefromString(String)factory method.Creates a new instance of GalleryScriptParameterType value.
-
-
Method Details
-
fromString
Creates or finds a GalleryScriptParameterType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GalleryScriptParameterType.
-
values
Gets known GalleryScriptParameterType values.- Returns:
- known GalleryScriptParameterType values.
-
fromString(String)factory method.