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