| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClientBase.
|
| com.microsoft.azure.keyvault.implementation |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
BackupKeyResult |
KeyVaultClientBase.backupKey(String vaultBaseUrl,
String keyName)
Requests that a backup of the specified key be downloaded to the client.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<BackupKeyResult> |
KeyVaultClientBase.backupKeyAsync(String vaultBaseUrl,
String keyName)
Requests that a backup of the specified key be downloaded to the client.
|
com.microsoft.rest.ServiceFuture<BackupKeyResult> |
KeyVaultClientBase.backupKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<BackupKeyResult> serviceCallback)
Requests that a backup of the specified key be downloaded to the client.
|
rx.Observable<com.microsoft.rest.ServiceResponse<BackupKeyResult>> |
KeyVaultClientBase.backupKeyWithServiceResponseAsync(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> |
KeyVaultClientBase.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 |
|---|---|
BackupKeyResult |
KeyVaultClientBaseImpl.backupKey(String vaultBaseUrl,
String keyName)
Requests that a backup of the specified key be downloaded to the client.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<BackupKeyResult> |
KeyVaultClientBaseImpl.backupKeyAsync(String vaultBaseUrl,
String keyName)
Requests that a backup of the specified key be downloaded to the client.
|
com.microsoft.rest.ServiceFuture<BackupKeyResult> |
KeyVaultClientBaseImpl.backupKeyAsync(String vaultBaseUrl,
String keyName,
com.microsoft.rest.ServiceCallback<BackupKeyResult> serviceCallback)
Requests that a backup of the specified key be downloaded to the client.
|
rx.Observable<com.microsoft.rest.ServiceResponse<BackupKeyResult>> |
KeyVaultClientBaseImpl.backupKeyWithServiceResponseAsync(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> |
KeyVaultClientBaseImpl.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.
*/