| Modifier and Type | Method and Description |
|---|---|
DeletedVault |
Vaults.getDeleted(String vaultName,
String location)
Gets the deleted Azure key vault.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<DeletedVault> |
Vaults.getDeletedAsync(String vaultName,
String location)
Gets the deleted Azure key vault.
|
com.microsoft.azure.PagedList<DeletedVault> |
Vaults.listDeleted()
Gets information about the deleted vaults in a subscription.
|
rx.Observable<DeletedVault> |
Vaults.listDeletedAsync()
Gets information about the deleted vaults in a subscription.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/