Uses of Class
com.azure.security.keyvault.keys.models.DeletedKey
Packages that use DeletedKey
Package
Description
Package containing classes for creating
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.-
Uses of DeletedKey in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return DeletedKeyModifier and TypeMethodDescriptionKeyClient.getDeletedKey(String name) Gets the public part of adeleted key.Methods in com.azure.security.keyvault.keys that return types with arguments of type DeletedKeyModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<DeletedKey,Void> KeyAsyncClient.beginDeleteKey(String name) Deletes akeyof any type from the key vault.com.azure.core.util.polling.SyncPoller<DeletedKey,Void> KeyClient.beginDeleteKey(String name) Deletes akeyof any type from the key vault.KeyAsyncClient.getDeletedKey(String name) Gets the public part of adeleted key.Mono<com.azure.core.http.rest.Response<DeletedKey>>KeyAsyncClient.getDeletedKeyWithResponse(String name) Gets the public part of adeleted key.com.azure.core.http.rest.Response<DeletedKey>KeyClient.getDeletedKeyWithResponse(String name, com.azure.core.util.Context context) Gets the public part of adeleted key.com.azure.core.http.rest.PagedFlux<DeletedKey>KeyAsyncClient.listDeletedKeys()Listsdeleted keysof the key vault.com.azure.core.http.rest.PagedIterable<DeletedKey>KeyClient.listDeletedKeys()Listsdeleted keysof the key vault.com.azure.core.http.rest.PagedIterable<DeletedKey>KeyClient.listDeletedKeys(com.azure.core.util.Context context) Listsdeleted keysof the key vault.