Uses of Class
com.azure.resourcemanager.compute.models.KeyVaultKeyReference
-
Packages that use KeyVaultKeyReference Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of KeyVaultKeyReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return KeyVaultKeyReference Modifier and Type Method Description KeyVaultKeyReferenceDiskEncryptionSettings. keyEncryptionKey()Get the keyEncryptionKey property: Specifies the location of the key encryption key in Key Vault.KeyVaultKeyReferenceKeyVaultKeyReference. withKeyUrl(String keyUrl)Set the keyUrl property: The URL referencing a key encryption key in Key Vault.KeyVaultKeyReferenceKeyVaultKeyReference. 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 KeyVaultKeyReference Modifier and Type Method Description DiskEncryptionSettingsDiskEncryptionSettings. withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey)Set the keyEncryptionKey property: Specifies the location of the key encryption key in Key Vault.
-