Share via


JobScheduleOperations.CreateJobSchedule メソッド

定義

オーバーロード

CreateJobSchedule()

非バインドで、Batch サービス内のジョブ スケジュールとの整合性関係を持たない CloudJobSchedule のインスタンスを作成します。

CreateJobSchedule(String, Schedule, JobSpecification)

非バインドで、Batch サービス内のジョブ スケジュールとの整合性関係を持たない CloudJobSchedule のインスタンスを作成します。

CreateJobSchedule()

ソース:
JobScheduleOperations.cs

非バインドで、Batch サービス内のジョブ スケジュールとの整合性関係を持たない CloudJobSchedule のインスタンスを作成します。

public Microsoft.Azure.Batch.CloudJobSchedule CreateJobSchedule ();
member this.CreateJobSchedule : unit -> Microsoft.Azure.Batch.CloudJobSchedule
Public Function CreateJobSchedule () As CloudJobSchedule

戻り値

CloudJobSchedule Batch サービスに送信されていない新しいジョブ スケジュールを表す 。

適用対象

CreateJobSchedule(String, Schedule, JobSpecification)

ソース:
JobScheduleOperations.cs

非バインドで、Batch サービス内のジョブ スケジュールとの整合性関係を持たない CloudJobSchedule のインスタンスを作成します。

public Microsoft.Azure.Batch.CloudJobSchedule CreateJobSchedule (string jobScheduleId, Microsoft.Azure.Batch.Schedule schedule, Microsoft.Azure.Batch.JobSpecification jobSpecification);
member this.CreateJobSchedule : string * Microsoft.Azure.Batch.Schedule * Microsoft.Azure.Batch.JobSpecification -> Microsoft.Azure.Batch.CloudJobSchedule
Public Function CreateJobSchedule (jobScheduleId As String, schedule As Schedule, jobSpecification As JobSpecification) As CloudJobSchedule

パラメーター

jobScheduleId
String

ジョブ スケジュールの ID。

schedule
Schedule

ジョブを作成するタイミングを決定するスケジュール。

jobSpecification
JobSpecification

JobSpecification 従って作成されるジョブの詳細を schedule含む 。

戻り値

CloudJobSchedule Batch サービスに送信されていない新しいジョブ スケジュールを表す 。

適用対象