次の方法で共有


JobOperationsExtensions.BeginYieldOperation メソッド

定義

指定したジョブを一時停止し、優先度に基づいて、重要度が等しいまたは高い他のジョブの背後にあるジョブ キューに戻します。 (スコープ ジョブの種類で内部的に使用する場合のみ)。

public static void BeginYieldOperation (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Guid jobIdentity);
static member BeginYieldOperation : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Guid -> unit
<Extension()>
Public Sub BeginYieldOperation (operations As IJobOperations, accountName As String, jobIdentity As Guid)

パラメーター

operations
IJobOperations

この拡張メソッドの操作グループ。

accountName
String

ジョブ操作を実行する Azure Data Lake Analytics アカウント。

jobIdentity
Guid

ジョブ識別子。 サービスに送信されたすべてのジョブにわたってジョブを一意に識別します。

適用対象