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

IBackupJobsOperations 接口

定义

BackupJobsOperations 操作。

public interface IBackupJobsOperations
type IBackupJobsOperations = interface
Public Interface IBackupJobsOperations

方法

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

提供作业的可分页列表。

ListWithHttpMessagesAsync(String, String, ODataQuery<JobQueryObject>, String, Dictionary<String,List<String>>, CancellationToken)

提供作业的可分页列表。

扩展方法

List(IBackupJobsOperations, String, String, ODataQuery<JobQueryObject>, String)

提供作业的可分页列表。

ListAsync(IBackupJobsOperations, String, String, ODataQuery<JobQueryObject>, String, CancellationToken)

提供作业的可分页列表。

ListNext(IBackupJobsOperations, String)

提供作业的可分页列表。

ListNextAsync(IBackupJobsOperations, String, CancellationToken)

提供作业的可分页列表。

适用于