Uses of Class
com.azure.resourcemanager.databricks.models.WorkspaceCustomBooleanParameter
Packages that use WorkspaceCustomBooleanParameter
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of WorkspaceCustomBooleanParameter in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return WorkspaceCustomBooleanParameterModifier and TypeMethodDescriptionWorkspaceCustomParameters.enableNoPublicIp()Get the enableNoPublicIp property: Should the Public IP be Disabled?.WorkspaceCustomBooleanParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspaceCustomBooleanParameter from the JsonReader.WorkspaceCustomParameters.prepareEncryption()Get the prepareEncryption property: Prepare the workspace for encryption.WorkspaceCustomParameters.requireInfrastructureEncryption()Get the requireInfrastructureEncryption property: A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.WorkspaceCustomBooleanParameter.withValue(boolean value) Set the value property: The value which should be used for this field.Methods in com.azure.resourcemanager.databricks.models with parameters of type WorkspaceCustomBooleanParameterModifier and TypeMethodDescriptionWorkspaceCustomParameters.withEnableNoPublicIp(WorkspaceCustomBooleanParameter enableNoPublicIp) Set the enableNoPublicIp property: Should the Public IP be Disabled?.WorkspaceCustomParameters.withPrepareEncryption(WorkspaceCustomBooleanParameter prepareEncryption) Set the prepareEncryption property: Prepare the workspace for encryption.WorkspaceCustomParameters.withRequireInfrastructureEncryption(WorkspaceCustomBooleanParameter requireInfrastructureEncryption) Set the requireInfrastructureEncryption property: A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.