次の方法で共有


JobStatistics コンストラクター

定義

オーバーロード

JobStatistics()

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

JobStatistics(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IList<JobStatisticsVertexStage>)

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

JobStatistics()

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

public JobStatistics ();
Public Sub New ()

適用対象

JobStatistics(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IList<JobStatisticsVertexStage>)

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

public JobStatistics (DateTimeOffset? lastUpdateTimeUtc = default, DateTimeOffset? finalizingTimeUtc = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage> stages = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage> -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics
Public Sub New (Optional lastUpdateTimeUtc As Nullable(Of DateTimeOffset) = Nothing, Optional finalizingTimeUtc As Nullable(Of DateTimeOffset) = Nothing, Optional stages As IList(Of JobStatisticsVertexStage) = Nothing)

パラメーター

lastUpdateTimeUtc
Nullable<DateTimeOffset>

統計の最後の更新時刻。

finalizingTimeUtc
Nullable<DateTimeOffset>

開始時刻を終了するジョブ。

stages
IList<JobStatisticsVertexStage>

ジョブのステージの一覧。

適用対象