DataProtection.RestorableTimeRangesFindWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAzureBackupFindRestorableTimeRangesResponseResource> RestorableTimeRangesFindWithResult(string subscriptionId, string resourceGroupName, string vaultName, string backupInstanceName, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAzureBackupFindRestorableTimeRangesRequest body, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.RestorableTimeRangesFindWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAzureBackupFindRestorableTimeRangesRequest * Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IAzureBackupFindRestorableTimeRangesResponseResource>
Public Function RestorableTimeRangesFindWithResult (subscriptionId As String, resourceGroupName As String, vaultName As String, backupInstanceName As String, body As IAzureBackupFindRestorableTimeRangesRequest, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IAzureBackupFindRestorableTimeRangesResponseResource)

Parameters

subscriptionId
String
resourceGroupName
String
vaultName
String
backupInstanceName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to