| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
BackupKeyResult |
KeyVaultClient.backupKey(String vaultBaseUrl,
String keyName)
Requests that a backup of the specified key be downloaded to the client.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<BackupKeyResult> |
KeyVaultClient.backupKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<BackupKeyResult> serviceCallback)
Requests that a backup of the specified key be downloaded to the client.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<BackupKeyResult> |
KeyVaultClient.backupKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<BackupKeyResult> serviceCallback)
Requests that a backup of the specified key be downloaded to the client.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/