你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BackupCrrJobsOperationsExtensions.List 方法

定义

从目标区域获取 CRR 作业的列表。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobResource> List (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);
static member List : 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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobResource>
<Extension()>
Public Function List (operations As IBackupCrrJobsOperations, azureRegion As String, parameters As CrrJobRequest, Optional odataQuery As ODataQuery(Of JobQueryObject) = Nothing, Optional skipToken As String = Nothing) As IPage(Of JobResource)

参数

operations
IBackupCrrJobsOperations

此扩展方法的操作组。

azureRegion
String

要命中 Api 的 Azure 区域

parameters
CrrJobRequest

备份 CRR 作业请求

odataQuery
ODataQuery<JobQueryObject>

要应用于操作的 OData 参数。

skipToken
String

skipToken 筛选器。

返回

适用于