Uses of Interface
com.azure.resourcemanager.keyvault.models.Key
Packages that use Key
Package
Description
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 KeyModifier and TypeMethodDescriptionKeys.getByNameAndVersion(String name, String version) Gets a Key Vault key.Keys.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 KeyModifier and TypeMethodDescriptionKeys.getByNameAndVersionAsync(String name, String version) Gets a Key Vault key.com.azure.core.http.rest.PagedIterable<Key> Key.listVersions()Gets a list of individual key versions with the same key name.com.azure.core.http.rest.PagedFlux<Key> Key.listVersionsAsync()Gets a list of individual key versions with the same key name.Keys.restoreAsync(byte[] backup) Restores a backup key into a Key Vault key.