VaultManagementClient.GetDeletedVault(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a deleted vault.
public Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault GetDeletedVault (string vaultName, string location);
member this.GetDeletedVault : string * string -> Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault
Public Function GetDeletedVault (vaultName As String, location As String) As PSDeletedKeyVault
Parameters
- vaultName
- String
vault name
- location
- String
resource group name
Returns
the retrieved deleted vault. Null if vault is not found.