Share via


KeyVault.VaultsGetDeletedWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IDeletedVault> VaultsGetDeletedWithResult (string subscriptionId, string vaultName, string location, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.ISendAsync sender);
member this.VaultsGetDeletedWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IDeletedVault>
Public Function VaultsGetDeletedWithResult (subscriptionId As String, vaultName As String, location As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDeletedVault)

Parameters

subscriptionId
String
vaultName
String
location
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to