次の方法で共有


JobScheduleExecutionInformation コンストラクター

定義

オーバーロード

JobScheduleExecutionInformation()

JobScheduleExecutionInformation クラスの新しいインスタンスを初期化します。

JobScheduleExecutionInformation(Nullable<DateTime>, RecentJob, Nullable<DateTime>)

JobScheduleExecutionInformation クラスの新しいインスタンスを初期化します。

JobScheduleExecutionInformation()

ソース:
JobScheduleExecutionInformation.cs

JobScheduleExecutionInformation クラスの新しいインスタンスを初期化します。

public JobScheduleExecutionInformation();
Public Sub New ()

適用対象

JobScheduleExecutionInformation(Nullable<DateTime>, RecentJob, Nullable<DateTime>)

ソース:
JobScheduleExecutionInformation.cs

JobScheduleExecutionInformation クラスの新しいインスタンスを初期化します。

public JobScheduleExecutionInformation(DateTime? nextRunTime = default, Microsoft.Azure.Batch.Protocol.Models.RecentJob recentJob = default, DateTime? endTime = default);
new Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation : Nullable<DateTime> * Microsoft.Azure.Batch.Protocol.Models.RecentJob * Nullable<DateTime> -> Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation
Public Sub New (Optional nextRunTime As Nullable(Of DateTime) = Nothing, Optional recentJob As RecentJob = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing)

パラメーター

nextRunTime
Nullable<DateTime>

このスケジュールの下で次にジョブが作成される時刻。

recentJob
RecentJob

[ジョブ スケジュール] の下の最新のジョブに関する情報。

endTime
Nullable<DateTime>

スケジュールが終了した時刻。

適用対象