@Beta(value=V1_6_0) public interface Keys extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<Key.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<Key>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync<Key>, com.microsoft.azure.management.resources.fluentcore.collection.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.
|
definedeleteById, deleteByIdAsync, deleteByIdAsyncgetById, getByIdAsync, getByIdAsyncgetByNameAsyncKey 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 key/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/