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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type KeyVaultAndKeyReferenceModifier and TypeClassDescriptionfinal classKey Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey.Methods in com.azure.resourcemanager.compute.models that return KeyVaultAndKeyReferenceModifier and TypeMethodDescriptionstatic KeyVaultAndKeyReferenceKeyVaultAndKeyReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultAndKeyReference from the JsonReader.EncryptionSettingsElement.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.