Uses of Class
com.azure.security.keyvault.keys.models.DeletedKey
-
Packages that use DeletedKey Package Description com.azure.security.keyvault.keys Package containing classes for creatingKeyAsyncClientandKeyClientto perform operations on Azure Key Vault. -
-
Uses of DeletedKey in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return DeletedKey Modifier and Type Method Description DeletedKeyKeyClient. getDeletedKey(String name)Gets the public part of adeleted key.Methods in com.azure.security.keyvault.keys that return types with arguments of type DeletedKey Modifier and Type Method Description com.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.Mono<DeletedKey>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.
-