Class ParameterType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ParameterType>
com.azure.resourcemanager.resources.models.ParameterType
The data type of the parameter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParameterTypeStatic value Array for ParameterType.static final ParameterTypeStatic value Boolean for ParameterType.static final ParameterTypeStatic value DateTime for ParameterType.static final ParameterTypeStatic value Float for ParameterType.static final ParameterTypeStatic value Integer for ParameterType.static final ParameterTypeStatic value Object for ParameterType.static final ParameterTypeStatic value String for ParameterType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParameterTypefromString(String name) Creates or finds a ParameterType from its string representation.static Collection<ParameterType>values()Gets known ParameterType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STRING
Static value String for ParameterType. -
ARRAY
Static value Array for ParameterType. -
OBJECT
Static value Object for ParameterType. -
BOOLEAN
Static value Boolean for ParameterType. -
INTEGER
Static value Integer for ParameterType. -
FLOAT
Static value Float for ParameterType. -
DATE_TIME
Static value DateTime for ParameterType.
-
-
Constructor Details
-
ParameterType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ParameterType value.
-
-
Method Details
-
fromString
Creates or finds a ParameterType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ParameterType.
-
values
Gets known ParameterType values.- Returns:
- known ParameterType values.
-
fromString(String)factory method.