Uses of Class
com.azure.resourcemanager.compute.models.KeyVaultAndKeyReference
-
Packages that use KeyVaultAndKeyReference Package Description com.azure.resourcemanager.compute.models 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 KeyVaultAndKeyReference Modifier and Type Method Description KeyVaultAndKeyReferenceEncryptionSettingsElement. keyEncryptionKey()Get the keyEncryptionKey property: Key Vault Key Url and vault id of the key encryption key.KeyVaultAndKeyReferenceKeyVaultAndKeyReference. withKeyUrl(String keyUrl)Set the keyUrl property: Url pointing to a key or secret in KeyVault.KeyVaultAndKeyReferenceKeyVaultAndKeyReference. 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 KeyVaultAndKeyReference Modifier and Type Method Description EncryptionSettingsElementEncryptionSettingsElement. withKeyEncryptionKey(KeyVaultAndKeyReference keyEncryptionKey)Set the keyEncryptionKey property: Key Vault Key Url and vault id of the key encryption key.
-