JobOperationsExtensions.GetDebugDataPathAsync Method (IJobOperations, String, String, Guid)

 

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

public static Task<JobDataPathGetResponse> GetDebugDataPathAsync(
    this IJobOperations operations,
    string resourceGroupName,
    string accountName,
    Guid jobIdentity
)
public:
[ExtensionAttribute]
static Task<JobDataPathGetResponse^>^ GetDebugDataPathAsync(
    IJobOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    Guid jobIdentity
)
static member GetDebugDataPathAsync : 
        operations:IJobOperations *
        resourceGroupName:string *
        accountName:string *
        jobIdentity:Guid -> Task<JobDataPathGetResponse>
<ExtensionAttribute>
Public Shared Function GetDebugDataPathAsync (
    operations As IJobOperations,
    resourceGroupName As String,
    accountName As String,
    jobIdentity As Guid
) As Task(Of JobDataPathGetResponse)

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • accountName
    Type: System.String

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

JobOperationsExtensions Class
Microsoft.Azure.Management.DataLake.AnalyticsJob Namespace

Return to top