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

JobScheduleOperationsExtensions.Add 方法

定义

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

public static Microsoft.Azure.Batch.Protocol.Models.JobScheduleAddHeaders Add (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, Microsoft.Azure.Batch.Protocol.Models.JobScheduleAddParameter cloudJobSchedule, Microsoft.Azure.Batch.Protocol.Models.JobScheduleAddOptions jobScheduleAddOptions = default);
static member Add : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * Microsoft.Azure.Batch.Protocol.Models.JobScheduleAddParameter * Microsoft.Azure.Batch.Protocol.Models.JobScheduleAddOptions -> Microsoft.Azure.Batch.Protocol.Models.JobScheduleAddHeaders
<Extension()>
Public Function Add (operations As IJobScheduleOperations, cloudJobSchedule As JobScheduleAddParameter, Optional jobScheduleAddOptions As JobScheduleAddOptions = Nothing) As JobScheduleAddHeaders

参数

operations
IJobScheduleOperations

此扩展方法的操作组。

cloudJobSchedule
JobScheduleAddParameter

要添加的作业计划。

jobScheduleAddOptions
JobScheduleAddOptions

操作的其他参数

返回

适用于