JobScheduleOperations.deleteJobSchedule 方法
定义
重载
deleteJobSchedule(String jobScheduleId) |
Deletes the specified job schedule.
|
deleteJobSchedule(String jobScheduleId, Iterable<BatchClientBehavior> additionalBehaviors) |
Deletes the specified job schedule.
|
deleteJobSchedule(String jobScheduleId)
Deletes the specified job schedule.
public void deleteJobSchedule(String jobScheduleId)
参数
- jobScheduleId
- String
The ID of the job schedule.
例外
Exception thrown when an error response is received from the Batch service.
Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.
deleteJobSchedule(String jobScheduleId, Iterable<BatchClientBehavior> additionalBehaviors)
Deletes the specified job schedule.
public void deleteJobSchedule(String jobScheduleId, Iterable<BatchClientBehavior> additionalBehaviors)
参数
- jobScheduleId
- String
The ID of the job schedule.
- additionalBehaviors
- Iterable<BatchClientBehavior>
A collection of BatchClientBehavior instances that are applied to the Batch service request.
例外
Exception thrown when an error response is received from the Batch service.
Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.