@Beta(value=V1_6_0) public interface Keys extends SupportsCreating<Key.DefinitionStages.Blank>, SupportsDeletingById, SupportsGettingById<Key>, SupportsGettingByNameAsync<Key>, SupportsListing<Key>
Modifier and Type | Method and Description |
---|---|
Key |
getByNameAndVersion(String name,
String version)
Gets a Key Vault key.
|
rx.Observable<Key> |
getByNameAndVersionAsync(String name,
String version)
Gets a Key Vault key.
|
Key |
restore(byte[] backup)
Restores a backup key into a Key Vault key.
|
rx.Observable<Key> |
restoreAsync(byte[] backup)
Restores a backup key into a Key Vault key.
|
define
deleteById, deleteByIdAsync, deleteByIdAsync
getById, getByIdAsync, getByIdAsync
getByNameAsync
getByName
list, listAsync
Key getByNameAndVersion(String name, String version)
name
- the name of the keyversion
- the version of the keyrx.Observable<Key> getByNameAndVersionAsync(String name, String version)
name
- the name of the keyversion
- the version of the keyKey restore(byte[] backup)
backup
- the backup keyrx.Observable<Key> restoreAsync(byte[] backup)
backup
- the backup keyCopyright © 2019. All rights reserved.