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