Uses of Interface
com.azure.resourcemanager.keyvault.models.DeletedVault
Packages that use DeletedVault
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of DeletedVault in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return DeletedVaultModifier and TypeMethodDescriptionVaults.getDeleted(String vaultName, String location) Gets the deleted Azure key vault.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type DeletedVaultModifier and TypeMethodDescriptionVaults.getDeletedAsync(String vaultName, String location) Gets the deleted Azure key vault.com.azure.core.http.rest.PagedIterable<DeletedVault> Vaults.listDeleted()Gets information about the deleted vaults in a subscription.com.azure.core.http.rest.PagedFlux<DeletedVault> Vaults.listDeletedAsync()Gets information about the deleted vaults in a subscription.