Class CustomParameterType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CustomParameterType>
com.azure.resourcemanager.databricks.models.CustomParameterType

public final class CustomParameterType extends com.azure.core.util.ExpandableStringEnum<CustomParameterType>
Provisioning status of the workspace.
  • 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.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding CustomParameterType.
    • values

      public static Collection<CustomParameterType> values()
      Gets known CustomParameterType values.
      Returns:
      known CustomParameterType values.