public interface Keys extends SupportsCreating<Key.DefinitionStages.Blank>, SupportsDeletingById, SupportsGettingById<Key>, SupportsGettingByName<Key>, SupportsListing<Key>
| Modifier and Type | Method and Description |
|---|---|
Key |
getByNameAndVersion(String name,
String version)
Gets a Key Vault key.
|
Mono<Key> |
getByNameAndVersionAsync(String name,
String version)
Gets a Key Vault key.
|
Key |
restore(byte[] backup)
Restores a backup key into a Key Vault key.
|
Mono<Key> |
restoreAsync(byte[] backup)
Restores a backup key into a Key Vault key.
|
definedeleteById, deleteByIdAsyncgetById, getByIdAsyncgetByName, getByNameAsynclist, listAsyncKey getByNameAndVersion(String name, String version)
name - the name of the keyversion - the version of the keyMono<Key> getByNameAndVersionAsync(String name, String version)
name - the name of the keyversion - the version of the keyKey restore(byte[] backup)
backup - the backup keyCopyright © 2020. All rights reserved.