Uses of Class
com.azure.resourcemanager.compute.models.KeyVaultAndSecretReference
-
Packages that use KeyVaultAndSecretReference Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of KeyVaultAndSecretReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return KeyVaultAndSecretReference Modifier and Type Method Description KeyVaultAndSecretReferenceEncryptionSettingsElement. diskEncryptionKey()Get the diskEncryptionKey property: Key Vault Secret Url and vault id of the disk encryption key.KeyVaultAndSecretReferenceKeyVaultAndSecretReference. withSecretUrl(String secretUrl)Set the secretUrl property: Url pointing to a key or secret in KeyVault.KeyVaultAndSecretReferenceKeyVaultAndSecretReference. 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 KeyVaultAndSecretReference Modifier and Type Method Description EncryptionSettingsElementEncryptionSettingsElement. withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey)Set the diskEncryptionKey property: Key Vault Secret Url and vault id of the disk encryption key.
-