Uses of Class
com.azure.resourcemanager.compute.models.KeyVaultKeyReference
Packages that use KeyVaultKeyReference
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of KeyVaultKeyReference in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type KeyVaultKeyReferenceModifier and TypeClassDescriptionfinal classDescribes a reference to Key Vault Key.Methods in com.azure.resourcemanager.compute.models that return KeyVaultKeyReferenceModifier and TypeMethodDescriptionstatic KeyVaultKeyReferenceKeyVaultKeyReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultKeyReference from the JsonReader.DiskEncryptionSettings.keyEncryptionKey()Get the keyEncryptionKey property: Specifies the location of the key encryption key in Key Vault.KeyVaultKeyReference.withKeyUrl(String keyUrl) Set the keyUrl property: The URL referencing a key encryption key in Key Vault.KeyVaultKeyReference.withSourceVault(com.azure.core.management.SubResource sourceVault) Set the sourceVault property: The relative URL of the Key Vault containing the key.Methods in com.azure.resourcemanager.compute.models with parameters of type KeyVaultKeyReferenceModifier and TypeMethodDescriptionDiskEncryptionSettings.withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey) Set the keyEncryptionKey property: Specifies the location of the key encryption key in Key Vault.