Uses of Class
com.azure.security.keyvault.administration.models.KeyVaultSelectiveKeyRestoreResult
Packages that use KeyVaultSelectiveKeyRestoreResult
Package
Description
Package containing classes for creating clients
KeyVaultAccessControlAsyncClient and
KeyVaultAccessControlClient that perform access control operations
on Azure Key Vault resources, as well as clients
KeyVaultBackupAsyncClient and
KeyVaultBackupClient that perform backup and restore operations on
Azure Key Vault keys.-
Uses of KeyVaultSelectiveKeyRestoreResult in com.azure.security.keyvault.administration
Methods in com.azure.security.keyvault.administration that return types with arguments of type KeyVaultSelectiveKeyRestoreResultModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<KeyVaultSelectiveKeyRestoreOperation,KeyVaultSelectiveKeyRestoreResult> KeyVaultBackupAsyncClient.beginSelectiveKeyRestore(String keyName, String folderUrl, String sasToken) Restores all versions of a given key using the supplied SAS token pointing to a previously stored Azure Blob storage backup folder.com.azure.core.util.polling.SyncPoller<KeyVaultSelectiveKeyRestoreOperation,KeyVaultSelectiveKeyRestoreResult> KeyVaultBackupClient.beginSelectiveKeyRestore(String keyName, String folderUrl, String sasToken) Restores all versions of a given key using the supplied SAS token pointing to a previously stored Azure Blob storage backup folder.