| 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.
|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClientBase.
|
| Modifier and Type | Method and Description |
|---|---|
DeletedStorageBundle |
KeyVaultClientBase.deleteStorageAccount(String vaultBaseUrl,
String storageAccountName)
Deletes a storage account.
|
DeletedStorageBundle |
KeyVaultClientBase.getDeletedStorageAccount(String vaultBaseUrl,
String storageAccountName)
Gets the specified deleted storage account.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<DeletedStorageBundle> |
KeyVaultClientBase.deleteStorageAccountAsync(String vaultBaseUrl,
String storageAccountName)
Deletes a storage account.
|
com.microsoft.rest.ServiceFuture<DeletedStorageBundle> |
KeyVaultClientBase.deleteStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Deletes a storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<DeletedStorageBundle>> |
KeyVaultClientBase.deleteStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName)
Deletes a storage account.
|
rx.Observable<DeletedStorageBundle> |
KeyVaultClientBase.getDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName)
Gets the specified deleted storage account.
|
com.microsoft.rest.ServiceFuture<DeletedStorageBundle> |
KeyVaultClientBase.getDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Gets the specified deleted storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<DeletedStorageBundle>> |
KeyVaultClientBase.getDeletedStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName)
Gets the specified deleted storage account.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<DeletedStorageBundle> |
KeyVaultClientBase.deleteStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Deletes a storage account.
|
com.microsoft.rest.ServiceFuture<DeletedStorageBundle> |
KeyVaultClientBase.getDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Gets the specified deleted storage account.
|
| Modifier and Type | Method and Description |
|---|---|
DeletedStorageBundle |
KeyVaultClientBaseImpl.deleteStorageAccount(String vaultBaseUrl,
String storageAccountName)
Deletes a storage account.
|
DeletedStorageBundle |
KeyVaultClientBaseImpl.getDeletedStorageAccount(String vaultBaseUrl,
String storageAccountName)
Gets the specified deleted storage account.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<DeletedStorageBundle> |
KeyVaultClientBaseImpl.deleteStorageAccountAsync(String vaultBaseUrl,
String storageAccountName)
Deletes a storage account.
|
com.microsoft.rest.ServiceFuture<DeletedStorageBundle> |
KeyVaultClientBaseImpl.deleteStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Deletes a storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<DeletedStorageBundle>> |
KeyVaultClientBaseImpl.deleteStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName)
Deletes a storage account.
|
rx.Observable<DeletedStorageBundle> |
KeyVaultClientBaseImpl.getDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName)
Gets the specified deleted storage account.
|
com.microsoft.rest.ServiceFuture<DeletedStorageBundle> |
KeyVaultClientBaseImpl.getDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Gets the specified deleted storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<DeletedStorageBundle>> |
KeyVaultClientBaseImpl.getDeletedStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName)
Gets the specified deleted storage account.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<DeletedStorageBundle> |
KeyVaultClientBaseImpl.deleteStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Deletes a storage account.
|
com.microsoft.rest.ServiceFuture<DeletedStorageBundle> |
KeyVaultClientBaseImpl.getDeletedStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Gets the specified deleted storage account.
|
| Modifier and Type | Method and Description |
|---|---|
DeletedStorageBundle |
DeletedStorageBundle.withRecoveryId(String recoveryId)
Set the recoveryId value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/