Uses of Class
com.azure.resourcemanager.databricks.models.ManagedDiskEncryption
Packages that use ManagedDiskEncryption
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of ManagedDiskEncryption in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return ManagedDiskEncryptionModifier and TypeMethodDescriptionstatic ManagedDiskEncryptionManagedDiskEncryption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedDiskEncryption from the JsonReader.EncryptionEntitiesDefinition.managedDisk()Get the managedDisk property: Encryption properties for the databricks managed disks.ManagedDiskEncryption.withKeySource(EncryptionKeySource keySource) Set the keySource property: The encryption keySource (provider).ManagedDiskEncryption.withKeyVaultProperties(ManagedDiskEncryptionKeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Key Vault input properties for encryption.ManagedDiskEncryption.withRotationToLatestKeyVersionEnabled(Boolean rotationToLatestKeyVersionEnabled) Set the rotationToLatestKeyVersionEnabled property: Indicate whether the latest key version should be automatically used for Managed Disk Encryption.Methods in com.azure.resourcemanager.databricks.models with parameters of type ManagedDiskEncryptionModifier and TypeMethodDescriptionEncryptionEntitiesDefinition.withManagedDisk(ManagedDiskEncryption managedDisk) Set the managedDisk property: Encryption properties for the databricks managed disks.