Uses of Class
com.azure.resourcemanager.compute.models.KeyVaultAndKeyReference
Packages that use KeyVaultAndKeyReference
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of KeyVaultAndKeyReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return KeyVaultAndKeyReferenceModifier and TypeMethodDescriptionEncryptionSettingsElement.keyEncryptionKey()Get the keyEncryptionKey property: Key Vault Key Url and vault id of the key encryption key.KeyVaultAndKeyReference.withKeyUrl(String keyUrl) Set the keyUrl property: Url pointing to a key or secret in KeyVault.KeyVaultAndKeyReference.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 KeyVaultAndKeyReferenceModifier and TypeMethodDescriptionEncryptionSettingsElement.withKeyEncryptionKey(KeyVaultAndKeyReference keyEncryptionKey) Set the keyEncryptionKey property: Key Vault Key Url and vault id of the key encryption key.