Partager via


BackupCrrJobsOperationsExtensions.ListAsync Méthode

Définition

Obtient la liste des travaux CRR de la région cible.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobResource>> ListAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IBackupCrrJobsOperations operations, string azureRegion, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrJobRequest parameters, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobQueryObject> odataQuery = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IBackupCrrJobsOperations * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrJobRequest * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobQueryObject> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobResource>>
<Extension()>
Public Function ListAsync (operations As IBackupCrrJobsOperations, azureRegion As String, parameters As CrrJobRequest, Optional odataQuery As ODataQuery(Of JobQueryObject) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobResource))

Paramètres

operations
IBackupCrrJobsOperations

Groupe d’opérations pour cette méthode d’extension.

azureRegion
String

Région Azure pour atteindre l’API

parameters
CrrJobRequest

Demande de travail CRR de sauvegarde

odataQuery
ODataQuery<JobQueryObject>

Paramètres OData à appliquer à l’opération.

skipToken
String

skipToken Filter.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à