Uses of Interface
com.microsoft.azure.management.keyvault.Key
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of Key in com.microsoft.azure.management.keyvault
Modifier 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.Modifier 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.