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.String

    The name of the resource group.

  • accountName
    Type: System.String

    The name of the Data Lake Analytics account to get the job from

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