Uses of Class
com.azure.resourcemanager.databricks.models.EncryptionKeySource
Packages that use EncryptionKeySource
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of EncryptionKeySource in com.azure.resourcemanager.databricks.models
Fields in com.azure.resourcemanager.databricks.models declared as EncryptionKeySourceModifier and TypeFieldDescriptionstatic final EncryptionKeySourceEncryptionKeySource.MICROSOFT_KEYVAULTStatic value Microsoft.Keyvault for EncryptionKeySource.Methods in com.azure.resourcemanager.databricks.models that return EncryptionKeySourceModifier and TypeMethodDescriptionstatic EncryptionKeySourceEncryptionKeySource.fromString(String name) Creates or finds a EncryptionKeySource from its string representation.EncryptionV2.keySource()Get the keySource property: The encryption keySource (provider).ManagedDiskEncryption.keySource()Get the keySource property: The encryption keySource (provider).Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type EncryptionKeySourceModifier and TypeMethodDescriptionstatic Collection<EncryptionKeySource> EncryptionKeySource.values()Gets known EncryptionKeySource values.Methods in com.azure.resourcemanager.databricks.models with parameters of type EncryptionKeySourceModifier and TypeMethodDescriptionEncryptionV2.withKeySource(EncryptionKeySource keySource) Set the keySource property: The encryption keySource (provider).ManagedDiskEncryption.withKeySource(EncryptionKeySource keySource) Set the keySource property: The encryption keySource (provider).