次の方法で共有


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

定義

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

public static Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath GetDebugDataPath (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Guid jobIdentity);
static member GetDebugDataPath : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Guid -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath
<Extension()>
Public Function GetDebugDataPath (operations As IJobOperations, accountName As String, jobIdentity As Guid) As JobDataPath

パラメーター

operations
IJobOperations

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

accountName
String

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

jobIdentity
Guid

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

戻り値

適用対象