Class CustomParameterType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CustomParameterType>
com.azure.resourcemanager.databricks.models.CustomParameterType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class CustomParameterType
extends com.azure.core.util.ExpandableStringEnum<CustomParameterType>
Provisioning status of the workspace.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomParameterTypeStatic value Bool for CustomParameterType.static final CustomParameterTypeStatic value Object for CustomParameterType.static final CustomParameterTypeStatic value String for CustomParameterType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomParameterTypefromString(String name) Creates or finds a CustomParameterType from its string representation.static Collection<CustomParameterType> values()Gets known CustomParameterType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BOOL
Static value Bool for CustomParameterType. -
OBJECT
Static value Object for CustomParameterType. -
STRING
Static value String for CustomParameterType.
-
-
Constructor Details
-
CustomParameterType
Deprecated.Use thefromString(String)factory method.Creates a new instance of CustomParameterType value.
-
-
Method Details
-
fromString
Creates or finds a CustomParameterType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CustomParameterType.
-
values
Gets known CustomParameterType values.- Returns:
- known CustomParameterType values.
-
fromString(String)factory method.