IJobOperations.GetDebugDataPathAsync Method (String, String, Guid, CancellationToken)
Gets the U-SQL job debug data information specified by the job ID.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
Task<JobDataPathGetResponse> GetDebugDataPathAsync(
string resourceGroupName,
string accountName,
Guid jobIdentity,
CancellationToken cancellationToken
)
Task<JobDataPathGetResponse^>^ GetDebugDataPathAsync(
String^ resourceGroupName,
String^ accountName,
Guid jobIdentity,
CancellationToken cancellationToken
)
abstract GetDebugDataPathAsync :
resourceGroupName:string *
accountName:string *
jobIdentity:Guid *
cancellationToken:CancellationToken -> Task<JobDataPathGetResponse>
Function GetDebugDataPathAsync (
resourceGroupName As String,
accountName As String,
jobIdentity As Guid,
cancellationToken As CancellationToken
) As Task(Of JobDataPathGetResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group.
accountName
Type: System.StringThe name of the Data Lake Analytics account to get the job from
jobIdentity
Type: System.GuidJobInfo ID.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<JobDataPathGetResponse>
Data Lake Analytics job data path information.
See Also
IJobOperations Interface
Microsoft.Azure.Management.DataLake.AnalyticsJob Namespace
Return to top