Uses of Class
com.azure.resourcemanager.compute.models.KeyVaultAndSecretReference
Packages that use KeyVaultAndSecretReference
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of KeyVaultAndSecretReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return KeyVaultAndSecretReferenceModifier and TypeMethodDescriptionEncryptionSettingsElement.diskEncryptionKey()Get the diskEncryptionKey property: Key Vault Secret Url and vault id of the disk encryption key.KeyVaultAndSecretReference.withSecretUrl(String secretUrl) Set the secretUrl property: Url pointing to a key or secret in KeyVault.KeyVaultAndSecretReference.withSourceVault(SourceVault sourceVault) Set the sourceVault property: Resource id of the KeyVault containing the key or secret.Methods in com.azure.resourcemanager.compute.models with parameters of type KeyVaultAndSecretReferenceModifier and TypeMethodDescriptionEncryptionSettingsElement.withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey) Set the diskEncryptionKey property: Key Vault Secret Url and vault id of the disk encryption key.