Uses of Class
com.microsoft.azure.management.compute.KeyVaultKeyReference
Packages that use KeyVaultKeyReference
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of KeyVaultKeyReference in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return KeyVaultKeyReferenceModifier and TypeMethodDescriptionDiskEncryptionSettings.keyEncryptionKey()
Get specifies the location of the key encryption key in Key Vault.KeyVaultKeyReference.withKeyUrl
(String keyUrl) Set the URL referencing a key encryption key in Key Vault.KeyVaultKeyReference.withSourceVault
(com.microsoft.azure.SubResource sourceVault) Set the relative URL of the Key Vault containing the key.Methods in com.microsoft.azure.management.compute with parameters of type KeyVaultKeyReferenceModifier and TypeMethodDescriptionDiskEncryptionSettings.withKeyEncryptionKey
(KeyVaultKeyReference keyEncryptionKey) Set specifies the location of the key encryption key in Key Vault.