次の方法で共有


JobOperationsExtensions.BeginCancel(IJobOperations, String, Guid) メソッド

定義

ジョブ ID で指定された実行中のジョブを取り消します。

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

パラメーター

operations
IJobOperations

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

accountName
String

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

jobIdentity
Guid

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

適用対象