次の方法で共有


JobOperationsExtensions.GetDebugDataPathAsync メソッド

定義

ジョブ ID で指定されたジョブ デバッグ データ情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath> GetDebugDataPathAsync (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Guid jobIdentity, System.Threading.CancellationToken cancellationToken = default);
static member GetDebugDataPathAsync : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath>
<Extension()>
Public Function GetDebugDataPathAsync (operations As IJobOperations, accountName As String, jobIdentity As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobDataPath)

パラメーター

operations
IJobOperations

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

accountName
String

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

jobIdentity
Guid

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象