Uses of Interface
com.microsoft.azure.management.keyvault.Key
Packages that use Key
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of Key in com.microsoft.azure.management.keyvault
Methods in com.microsoft.azure.management.keyvault 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.microsoft.azure.management.keyvault that return types with arguments of type KeyModifier and TypeMethodDescriptionrx.Observable<Key>Keys.getByNameAndVersionAsync(String name, String version) Gets a Key Vault key.com.microsoft.azure.PagedList<Key>Key.listVersions()rx.Observable<Key>Key.listVersionsAsync()rx.Observable<Key>Keys.restoreAsync(byte[] backup) Restores a backup key into a Key Vault key.