Uses of Class
com.azure.security.keyvault.administration.models.KeyVaultSelectiveKeyRestoreOperation
Packages that use KeyVaultSelectiveKeyRestoreOperation
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 KeyVaultSelectiveKeyRestoreOperation in com.azure.security.keyvault.administration
Methods in com.azure.security.keyvault.administration that return types with arguments of type KeyVaultSelectiveKeyRestoreOperationModifier 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.