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

JobScheduleOperationsExtensions 类

定义

JobScheduleOperations 的扩展方法。

public static class JobScheduleOperationsExtensions
type JobScheduleOperationsExtensions = class
Public Module JobScheduleOperationsExtensions
继承
JobScheduleOperationsExtensions

方法

Create(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters)

创建作业计划。 http://aka.ms/azureautomationsdk/jobscheduleoperations

Create(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

JobScheduleOperations 的扩展方法。

CreateAsync(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters, CancellationToken)

创建作业计划。 http://aka.ms/azureautomationsdk/jobscheduleoperations

CreateAsync(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

JobScheduleOperations 的扩展方法。

Delete(IJobScheduleOperations, String, String, Guid)

删除作业计划名称标识的作业计划。 http://aka.ms/azureautomationsdk/jobscheduleoperations

DeleteAsync(IJobScheduleOperations, String, String, Guid)

JobScheduleOperations 的扩展方法。

DeleteAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

删除作业计划名称标识的作业计划。 http://aka.ms/azureautomationsdk/jobscheduleoperations

Get(IJobScheduleOperations, String, String, Guid)

检索由作业计划名称标识的作业计划。 http://aka.ms/azureautomationsdk/jobscheduleoperations

GetAsync(IJobScheduleOperations, String, String, Guid)

JobScheduleOperations 的扩展方法。

GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

检索由作业计划名称标识的作业计划。 http://aka.ms/azureautomationsdk/jobscheduleoperations

List(IJobScheduleOperations, String, String)

JobScheduleOperations 的扩展方法。

ListAsync(IJobScheduleOperations, String, String)

JobScheduleOperations 的扩展方法。

ListByAutomationAccount(IJobScheduleOperations, String, String, ODataQuery<JobSchedule>)

检索作业计划的列表。 http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountAsync(IJobScheduleOperations, String, String, ODataQuery<JobSchedule>, CancellationToken)

检索作业计划的列表。 http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountNext(IJobScheduleOperations, String)

检索作业计划的列表。 http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountNextAsync(IJobScheduleOperations, String, CancellationToken)

检索作业计划的列表。 http://aka.ms/azureautomationsdk/jobscheduleoperations

ListNext(IJobScheduleOperations, String)

JobScheduleOperations 的扩展方法。

ListNextAsync(IJobScheduleOperations, String)

JobScheduleOperations 的扩展方法。

适用于