Uses of Interface
com.azure.resourcemanager.keyvault.models.Key
-
Packages that use Key Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of Key in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return Key Modifier and Type Method Description KeyKeys. getByNameAndVersion(String name, String version)Gets a Key Vault key.KeyKeys. restore(byte[] backup)Restores a backup key into a Key Vault key.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type Key Modifier and Type Method Description Mono<Key>Keys. getByNameAndVersionAsync(String name, String version)Gets a Key Vault key.com.azure.core.http.rest.PagedIterable<Key>Key. listVersions()com.azure.core.http.rest.PagedFlux<Key>Key. listVersionsAsync()Mono<Key>Keys. restoreAsync(byte[] backup)Restores a backup key into a Key Vault key.
-