IJobOperations.CreateAsync Method (String, String, JobInfoBuildOrCreateParameters, CancellationToken)

 

Submits the specified job to the specified Data Lake Analytics account for computation.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

Task<JobInfoBuildOrCreateResponse> CreateAsync(
    string resourceGroupName,
    string accountName,
    JobInfoBuildOrCreateParameters parameters,
    CancellationToken cancellationToken
)
Task<JobInfoBuildOrCreateResponse^>^ CreateAsync(
    String^ resourceGroupName,
    String^ accountName,
    JobInfoBuildOrCreateParameters^ parameters,
    CancellationToken cancellationToken
)
abstract CreateAsync : 
        resourceGroupName:string *
        accountName:string *
        parameters:JobInfoBuildOrCreateParameters *
        cancellationToken:CancellationToken -> Task<JobInfoBuildOrCreateResponse>
Function CreateAsync (
    resourceGroupName As String,
    accountName As String,
    parameters As JobInfoBuildOrCreateParameters,
    cancellationToken As CancellationToken
) As Task(Of JobInfoBuildOrCreateResponse)

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group.

  • accountName
    Type: System.String

    The name of the Data Lake Analytics account to create the job for

Return Value

Type: System.Threading.Tasks.Task<JobInfoBuildOrCreateResponse>

Data Lake Analytics job information response from a build or create request.

See Also

IJobOperations Interface
Microsoft.Azure.Management.DataLake.AnalyticsJob Namespace

Return to top