Uses of Class
com.azure.resourcemanager.compute.models.KeyVaultSecretReference
Packages that use KeyVaultSecretReference
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of KeyVaultSecretReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return KeyVaultSecretReferenceModifier and TypeMethodDescriptionDiskEncryptionSettings.diskEncryptionKey()Get the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault Secret.KeyVaultSecretReference.withSecretUrl(String secretUrl) Set the secretUrl property: The URL referencing a secret in a Key Vault.KeyVaultSecretReference.withSourceVault(com.azure.core.management.SubResource sourceVault) Set the sourceVault property: The relative URL of the Key Vault containing the secret.Methods in com.azure.resourcemanager.compute.models with parameters of type KeyVaultSecretReferenceModifier and TypeMethodDescriptionDiskEncryptionSettings.withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey) Set the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault Secret.