Uses of Class
com.azure.resourcemanager.databricks.models.Encryption
Packages that use Encryption
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of Encryption in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return EncryptionModifier and TypeMethodDescriptionstatic EncryptionEncryption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Encryption from the JsonReader.WorkspaceEncryptionParameter.value()Get the value property: The value which should be used for this field.Encryption.withKeyName(String keyName) Set the keyName property: The name of KeyVault key.Encryption.withKeySource(KeySource keySource) Set the keySource property: The encryption keySource (provider).Encryption.withKeyVaultUri(String keyVaultUri) Set the keyVaultUri property: The Uri of KeyVault.Encryption.withKeyVersion(String keyVersion) Set the keyVersion property: The version of KeyVault key.Methods in com.azure.resourcemanager.databricks.models with parameters of type EncryptionModifier and TypeMethodDescriptionWorkspaceEncryptionParameter.withValue(Encryption value) Set the value property: The value which should be used for this field.