Uses of Interface
com.azure.resourcemanager.keyvault.models.Key
Packages that use Key
Package
Description
Package containing the data models for KeyVault.
-
Uses of Key in com.azure.resourcemanager.keyvault.models
Subinterfaces with type arguments of type Key in com.azure.resourcemanager.keyvault.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe base stage of the key definition allowing for any other optional settings to be specified.static interfaceThe template for a key update operation, containing all the settings that can be modified.interfaceEntry point for Key Vault keys API.interfaceEntry point for Key Vault keys API.interfaceEntry point for Key Vault keys API.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.