Uses of Class
com.azure.resourcemanager.databricks.models.EncryptionEntitiesDefinition
Packages that use EncryptionEntitiesDefinition
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of EncryptionEntitiesDefinition in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return EncryptionEntitiesDefinitionModifier and TypeMethodDescriptionWorkspacePropertiesEncryption.entities()Get the entities property: Encryption entities definition for the workspace.static EncryptionEntitiesDefinitionEncryptionEntitiesDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionEntitiesDefinition from the JsonReader.EncryptionEntitiesDefinition.withManagedDisk(ManagedDiskEncryption managedDisk) Set the managedDisk property: Encryption properties for the databricks managed disks.EncryptionEntitiesDefinition.withManagedServices(EncryptionV2 managedServices) Set the managedServices property: Encryption properties for the databricks managed services.Methods in com.azure.resourcemanager.databricks.models with parameters of type EncryptionEntitiesDefinitionModifier and TypeMethodDescriptionWorkspacePropertiesEncryption.withEntities(EncryptionEntitiesDefinition entities) Set the entities property: Encryption entities definition for the workspace.