次の方法で共有


ScopeJobProperties コンストラクター

定義

オーバーロード

ScopeJobProperties()

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

ScopeJobProperties(String, String, IList<ScopeJobResource>, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, String, String)

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

ScopeJobProperties()

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

public ScopeJobProperties();
Public Sub New ()

適用対象

ScopeJobProperties(String, String, IList<ScopeJobResource>, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<TimeSpan>, String, String)

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

public ScopeJobProperties(string script, string runtimeVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobResource> resources = default, string userAlgebraPath = default, string notifier = default, TimeSpan? totalCompilationTime = default, TimeSpan? totalQueuedTime = default, TimeSpan? totalRunningTime = default, TimeSpan? totalPausedTime = default, string rootProcessNodeId = default, string yarnApplicationId = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobProperties : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobResource> * string * string * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.ScopeJobProperties
Public Sub New (script As String, Optional runtimeVersion As String = Nothing, Optional resources As IList(Of ScopeJobResource) = Nothing, Optional userAlgebraPath As String = Nothing, Optional notifier As String = Nothing, Optional totalCompilationTime As Nullable(Of TimeSpan) = Nothing, Optional totalQueuedTime As Nullable(Of TimeSpan) = Nothing, Optional totalRunningTime As Nullable(Of TimeSpan) = Nothing, Optional totalPausedTime As Nullable(Of TimeSpan) = Nothing, Optional rootProcessNodeId As String = Nothing, Optional yarnApplicationId As String = Nothing)

パラメーター

script
String

実行するスクリプト。 スクリプトの最大サイズは 3 MB であることに注意してください。

runtimeVersion
String

実行中の特定の種類のジョブに使用するData Lake Analytics エンジンのランタイム バージョン。

resources
IList<ScopeJobResource>

ジョブに必要なリソースの一覧。

userAlgebraPath
String

ジョブが完了した後の代数ファイル パス。

notifier
String

ジョブが終了状態になったときに通知する、セミコロンで区切られた電子メール アドレスの一覧。

totalCompilationTime
Nullable<TimeSpan>

このジョブのコンパイルに費やされた合計時間。 この値はユーザーが設定しないでください。設定されている場合は無視されます。

totalQueuedTime
Nullable<TimeSpan>

このジョブがキューに入った合計時間。 この値はユーザーが設定しないでください。設定されている場合は無視されます。

totalRunningTime
Nullable<TimeSpan>

このジョブの実行に費やされた合計時間。 この値はユーザーが設定しないでください。設定されている場合は無視されます。

totalPausedTime
Nullable<TimeSpan>

このジョブが一時停止に費やした合計時間。 この値はユーザーが設定しないでください。設定されている場合は無視されます。

rootProcessNodeId
String

ジョブの実行を調整するジョブ マネージャーを識別するために使用される ID。 この値はユーザーが設定しないでください。設定されている場合は無視されます。

yarnApplicationId
String

ジョブを実行している yarn アプリケーションを識別するために使用される ID。 この値はユーザーが設定しないでください。設定されている場合は無視されます。

適用対象