Uses of Class
com.azure.resourcemanager.databricks.models.WorkspacePropertiesEncryption
Packages that use WorkspacePropertiesEncryption
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of WorkspacePropertiesEncryption in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return WorkspacePropertiesEncryptionModifier and TypeMethodDescriptionWorkspaceInner.encryption()Get the encryption property: Encryption properties for databricks workspace.WorkspaceProperties.encryption()Get the encryption property: Encryption properties for databricks workspace.Methods in com.azure.resourcemanager.databricks.fluent.models with parameters of type WorkspacePropertiesEncryptionModifier and TypeMethodDescriptionWorkspaceInner.withEncryption(WorkspacePropertiesEncryption encryption) Set the encryption property: Encryption properties for databricks workspace.WorkspaceProperties.withEncryption(WorkspacePropertiesEncryption encryption) Set the encryption property: Encryption properties for databricks workspace. -
Uses of WorkspacePropertiesEncryption in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return WorkspacePropertiesEncryptionModifier and TypeMethodDescriptionWorkspace.encryption()Gets the encryption property: Encryption properties for databricks workspace.WorkspacePropertiesEncryption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspacePropertiesEncryption from the JsonReader.WorkspacePropertiesEncryption.withEntities(EncryptionEntitiesDefinition entities) Set the entities property: Encryption entities definition for the workspace.Methods in com.azure.resourcemanager.databricks.models with parameters of type WorkspacePropertiesEncryptionModifier and TypeMethodDescriptionWorkspace.DefinitionStages.WithEncryption.withEncryption(WorkspacePropertiesEncryption encryption) Specifies the encryption property: Encryption properties for databricks workspace.