DataProtection.DeletedBackupVaultsGetWithResult 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.
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