Uses of Class
com.microsoft.azure.management.compute.KeyVaultSecretReference
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of KeyVaultSecretReference in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionDiskEncryptionSettings.diskEncryptionKey()
Get specifies the location of the disk encryption key, which is a Key Vault Secret.KeyVaultSecretReference.withSecretUrl
(String secretUrl) Set the URL referencing a secret in a Key Vault.KeyVaultSecretReference.withSourceVault
(com.microsoft.azure.SubResource sourceVault) Set the relative URL of the Key Vault containing the secret.Modifier and TypeMethodDescriptionDiskEncryptionSettings.withDiskEncryptionKey
(KeyVaultSecretReference diskEncryptionKey) Set specifies the location of the disk encryption key, which is a Key Vault Secret.