GalleryScriptParameterType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. GalleryScriptParameterType
- com.
- com.
public final class GalleryScriptParameterType
extends ExpandableStringEnum<GalleryScriptParameterType>
Specifies the type of the Gallery Script parameter. Possible values are: String, Int, Double, Boolean, Enum.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Gallery |
BOOLEAN
Static value Boolean for Gallery |
|
static final
Gallery |
DOUBLE
Static value Double for Gallery |
|
static final
Gallery |
ENUM
Static value Enum for Gallery |
|
static final
Gallery |
INT
Static value Int for Gallery |
|
static final
Gallery |
STRING
Static value String for Gallery |
Constructor Summary
| Constructor | Description |
|---|---|
| GalleryScriptParameterType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Gallery |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Gallery |
fromString(String name)
Creates or finds a Gallery |
|
static
Collection<Gallery |
values()
Gets known Gallery |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BOOLEAN
public static final GalleryScriptParameterType BOOLEAN
Static value Boolean for GalleryScriptParameterType.
DOUBLE
public static final GalleryScriptParameterType DOUBLE
Static value Double for GalleryScriptParameterType.
ENUM
public static final GalleryScriptParameterType ENUM
Static value Enum for GalleryScriptParameterType.
INT
public static final GalleryScriptParameterType INT
Static value Int for GalleryScriptParameterType.
STRING
public static final GalleryScriptParameterType STRING
Static value String for GalleryScriptParameterType.
Constructor Details
GalleryScriptParameterType
@Deprecated
public GalleryScriptParameterType()
Deprecated
Creates a new instance of GalleryScriptParameterType value.
Method Details
fromString
public static GalleryScriptParameterType fromString(String name)
Creates or finds a GalleryScriptParameterType from its string representation.
Parameters:
Returns:
values
public static Collection<GalleryScriptParameterType> values()
Gets known GalleryScriptParameterType values.
Returns: