| 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 |
|---|---|
BackupSecretResult |
KeyVaultClientBase.backupSecret(String vaultBaseUrl,
String secretName)
Backs up the specified secret.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<BackupSecretResult> |
KeyVaultClientBase.backupSecretAsync(String vaultBaseUrl,
String secretName)
Backs up the specified secret.
|
com.microsoft.rest.ServiceFuture<BackupSecretResult> |
KeyVaultClientBase.backupSecretAsync(String vaultBaseUrl,
String secretName,
com.microsoft.rest.ServiceCallback<BackupSecretResult> serviceCallback)
Backs up the specified secret.
|
rx.Observable<com.microsoft.rest.ServiceResponse<BackupSecretResult>> |
KeyVaultClientBase.backupSecretWithServiceResponseAsync(String vaultBaseUrl,
String secretName)
Backs up the specified secret.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<BackupSecretResult> |
KeyVaultClientBase.backupSecretAsync(String vaultBaseUrl,
String secretName,
com.microsoft.rest.ServiceCallback<BackupSecretResult> serviceCallback)
Backs up the specified secret.
|
| Modifier and Type | Method and Description |
|---|---|
BackupSecretResult |
KeyVaultClientBaseImpl.backupSecret(String vaultBaseUrl,
String secretName)
Backs up the specified secret.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<BackupSecretResult> |
KeyVaultClientBaseImpl.backupSecretAsync(String vaultBaseUrl,
String secretName)
Backs up the specified secret.
|
com.microsoft.rest.ServiceFuture<BackupSecretResult> |
KeyVaultClientBaseImpl.backupSecretAsync(String vaultBaseUrl,
String secretName,
com.microsoft.rest.ServiceCallback<BackupSecretResult> serviceCallback)
Backs up the specified secret.
|
rx.Observable<com.microsoft.rest.ServiceResponse<BackupSecretResult>> |
KeyVaultClientBaseImpl.backupSecretWithServiceResponseAsync(String vaultBaseUrl,
String secretName)
Backs up the specified secret.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<BackupSecretResult> |
KeyVaultClientBaseImpl.backupSecretAsync(String vaultBaseUrl,
String secretName,
com.microsoft.rest.ServiceCallback<BackupSecretResult> serviceCallback)
Backs up the specified secret.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/