Uses of Class
com.azure.resourcemanager.databricks.models.EncryptionV2KeyVaultProperties
Packages that use EncryptionV2KeyVaultProperties
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of EncryptionV2KeyVaultProperties in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return EncryptionV2KeyVaultPropertiesModifier and TypeMethodDescriptionEncryptionV2KeyVaultProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionV2KeyVaultProperties from the JsonReader.EncryptionV2.keyVaultProperties()Get the keyVaultProperties property: Key Vault input properties for encryption.EncryptionV2KeyVaultProperties.withKeyName(String keyName) Set the keyName property: The name of KeyVault key.EncryptionV2KeyVaultProperties.withKeyVaultUri(String keyVaultUri) Set the keyVaultUri property: The Uri of KeyVault.EncryptionV2KeyVaultProperties.withKeyVersion(String keyVersion) Set the keyVersion property: The version of KeyVault key.Methods in com.azure.resourcemanager.databricks.models with parameters of type EncryptionV2KeyVaultPropertiesModifier and TypeMethodDescriptionEncryptionV2.withKeyVaultProperties(EncryptionV2KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Key Vault input properties for encryption.