DataProtection.DeletedBackupVaultsGetWithResult Method

Definition

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

Parameters

subscriptionId
String
location
String
deletedVaultName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to