Package | Description |
---|---|
com.microsoft.azure.management.keyvault |
This package contains the classes for KeyVaultManagementClient.
|
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.
|
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 © 2019. All rights reserved.