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

操作の追加パラメーター

戻り値

適用対象