CustomParameterType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. databricks. models. CustomParameterType
- com.
- com.
public final class CustomParameterType
extends ExpandableStringEnum<CustomParameterType>
Provisioning status of the workspace.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Custom |
BOOL
Static value Bool for Custom |
|
static final
Custom |
OBJECT
Static value Object for Custom |
|
static final
Custom |
STRING
Static value String for Custom |
Constructor Summary
| Constructor | Description |
|---|---|
| CustomParameterType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Custom |
fromString(String name)
Creates or finds a Custom |
|
static
Collection<Custom |
values()
Gets known Custom |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BOOL
public static final CustomParameterType BOOL
Static value Bool for CustomParameterType.
OBJECT
public static final CustomParameterType OBJECT
Static value Object for CustomParameterType.
STRING
public static final CustomParameterType STRING
Static value String for CustomParameterType.
Constructor Details
CustomParameterType
@Deprecated
public CustomParameterType()
Deprecated
Creates a new instance of CustomParameterType value.
Method Details
fromString
public static CustomParameterType fromString(String name)
Creates or finds a CustomParameterType from its string representation.
Parameters:
Returns:
values
public static Collection<CustomParameterType> values()
Gets known CustomParameterType values.
Returns: