Share via


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

JobScheduleOperations 类

定义

对Azure Batch作业计划执行操作。

public class JobScheduleOperations : Microsoft.Azure.Batch.IInheritedBehaviors
type JobScheduleOperations = class
    interface IInheritedBehaviors
Public Class JobScheduleOperations
Implements IInheritedBehaviors
继承
JobScheduleOperations
实现

属性

CustomBehaviors

获取或设置一个行为列表,这些行为可修改或自定义通过此 JobScheduleOperations发出的对 Batch 服务的请求。

方法

CreateJobSchedule()

创建一个未绑定且与 Batch 服务中的任何作业计划不具有一致性关系的 CloudJobSchedule 实例。

CreateJobSchedule(String, Schedule, JobSpecification)

创建一个未绑定且与 Batch 服务中的任何作业计划不具有一致性关系的 CloudJobSchedule 实例。

DeleteJobSchedule(String, IEnumerable<BatchClientBehavior>)

删除指定的作业计划。

DeleteJobScheduleAsync(String, IEnumerable<BatchClientBehavior>, CancellationToken)

删除指定的作业计划。

DisableJobSchedule(String, IEnumerable<BatchClientBehavior>)

禁用指定的作业计划。 禁用的计划不会创建新作业,但可能会在以后重新启用。

DisableJobScheduleAsync(String, IEnumerable<BatchClientBehavior>, CancellationToken)

禁用指定的作业计划。 禁用的计划不会创建新作业,但可能会在以后重新启用。

EnableJobSchedule(String, IEnumerable<BatchClientBehavior>)

启用指定的作业计划,从而允许根据其 Schedule创建作业。

EnableJobScheduleAsync(String, IEnumerable<BatchClientBehavior>, CancellationToken)

启用指定的作业计划,从而允许根据其 Schedule创建作业。

GetJobSchedule(String, DetailLevel, IEnumerable<BatchClientBehavior>)

获取指定的 CloudJobSchedule

GetJobScheduleAsync(String, DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken)

获取指定的 CloudJobSchedule

ListJobs(String, DetailLevel, IEnumerable<BatchClientBehavior>)

枚举在指定的 作业 计划下创建的作业。

ListJobSchedules(DetailLevel, IEnumerable<BatchClientBehavior>)

枚举 Batch 帐户中的 作业计划

TerminateJobSchedule(String, IEnumerable<BatchClientBehavior>)

终止指定的作业计划。

TerminateJobScheduleAsync(String, IEnumerable<BatchClientBehavior>, CancellationToken)

终止指定的作业计划。

适用于

另请参阅