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

JobScheduleOperationsExtensions 类

定义

JobScheduleOperations 的扩展方法。

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

方法

Add(IJobScheduleOperations, JobScheduleAddParameter, JobScheduleAddOptions)

将作业计划添加到指定的帐户。

AddAsync(IJobScheduleOperations, JobScheduleAddParameter, JobScheduleAddOptions, CancellationToken)

将作业计划添加到指定的帐户。

Delete(IJobScheduleOperations, String, JobScheduleDeleteOptions)

从指定的帐户中删除作业计划。

DeleteAsync(IJobScheduleOperations, String, JobScheduleDeleteOptions, CancellationToken)

从指定的帐户中删除作业计划。

Disable(IJobScheduleOperations, String, JobScheduleDisableOptions)

禁用作业计划。

DisableAsync(IJobScheduleOperations, String, JobScheduleDisableOptions, CancellationToken)

禁用作业计划。

Enable(IJobScheduleOperations, String, JobScheduleEnableOptions)

启用作业计划。

EnableAsync(IJobScheduleOperations, String, JobScheduleEnableOptions, CancellationToken)

启用作业计划。

Exists(IJobScheduleOperations, String, JobScheduleExistsOptions)

检查指定的作业计划是否存在。

ExistsAsync(IJobScheduleOperations, String, JobScheduleExistsOptions, CancellationToken)

检查指定的作业计划是否存在。

Get(IJobScheduleOperations, String, JobScheduleGetOptions)

获取有关指定作业计划的信息。

GetAsync(IJobScheduleOperations, String, JobScheduleGetOptions, CancellationToken)

获取有关指定作业计划的信息。

List(IJobScheduleOperations, JobScheduleListOptions)

列出指定帐户中的所有作业计划。

ListAsync(IJobScheduleOperations, JobScheduleListOptions, CancellationToken)

列出指定帐户中的所有作业计划。

ListNext(IJobScheduleOperations, String, JobScheduleListNextOptions)

列出指定帐户中的所有作业计划。

ListNextAsync(IJobScheduleOperations, String, JobScheduleListNextOptions, CancellationToken)

列出指定帐户中的所有作业计划。

Patch(IJobScheduleOperations, String, JobSchedulePatchParameter, JobSchedulePatchOptions)

汇报指定作业计划的属性。

PatchAsync(IJobScheduleOperations, String, JobSchedulePatchParameter, JobSchedulePatchOptions, CancellationToken)

汇报指定作业计划的属性。

Terminate(IJobScheduleOperations, String, JobScheduleTerminateOptions)

终止作业计划。

TerminateAsync(IJobScheduleOperations, String, JobScheduleTerminateOptions, CancellationToken)

终止作业计划。

Update(IJobScheduleOperations, String, JobScheduleUpdateParameter, JobScheduleUpdateOptions)

汇报指定作业计划的属性。

UpdateAsync(IJobScheduleOperations, String, JobScheduleUpdateParameter, JobScheduleUpdateOptions, CancellationToken)

汇报指定作业计划的属性。

适用于