Uses of Class
com.azure.resourcemanager.databricks.models.CustomParameterType
Packages that use CustomParameterType
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of CustomParameterType in com.azure.resourcemanager.databricks.models
Fields in com.azure.resourcemanager.databricks.models declared as CustomParameterTypeModifier and TypeFieldDescriptionstatic final CustomParameterTypeCustomParameterType.BOOLStatic value Bool for CustomParameterType.static final CustomParameterTypeCustomParameterType.OBJECTStatic value Object for CustomParameterType.static final CustomParameterTypeCustomParameterType.STRINGStatic value String for CustomParameterType.Methods in com.azure.resourcemanager.databricks.models that return CustomParameterTypeModifier and TypeMethodDescriptionstatic CustomParameterTypeCustomParameterType.fromString(String name) Creates or finds a CustomParameterType from its string representation.WorkspaceCustomBooleanParameter.type()Get the type property: The type of variable that this is.WorkspaceCustomObjectParameter.type()Get the type property: The type of variable that this is.WorkspaceCustomStringParameter.type()Get the type property: The type of variable that this is.WorkspaceEncryptionParameter.type()Get the type property: The type of variable that this is.Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type CustomParameterTypeModifier and TypeMethodDescriptionstatic Collection<CustomParameterType> CustomParameterType.values()Gets known CustomParameterType values.