JobOperationsExtensions.CreateAsync Method

Definition

Overloads

CreateAsync(IJobOperations, String, Guid, CreateJobParameters, CancellationToken)

Submits a job to the specified Data Lake Analytics account.

CreateAsync(IJobOperations, String, Guid, JobInformation, CancellationToken)

Submits a job to the specified Data Lake Analytics account.

CreateAsync(IJobOperations, String, Guid, CreateJobParameters, CancellationToken)

Submits a job to the specified Data Lake Analytics account.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation> CreateAsync (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Guid jobIdentity, Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Guid * Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>
<Extension()>
Public Function CreateAsync (operations As IJobOperations, accountName As String, jobIdentity As Guid, parameters As CreateJobParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobInformation)

Parameters

operations
IJobOperations

The operations group for this extension method.

accountName
String

The Azure Data Lake Analytics account to execute job operations on.

jobIdentity
Guid

Job identifier. Uniquely identifies the job across all jobs submitted to the service.

parameters
CreateJobParameters

The parameters to submit a job.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to

CreateAsync(IJobOperations, String, Guid, JobInformation, CancellationToken)

Submits a job to the specified Data Lake Analytics account.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation> CreateAsync (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Guid jobIdentity, Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Guid * Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>
<Extension()>
Public Function CreateAsync (operations As IJobOperations, accountName As String, jobIdentity As Guid, parameters As JobInformation, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobInformation)

Parameters

operations
IJobOperations

The operations group for this extension method.

accountName
String

The Azure Data Lake Analytics account to execute job operations on.

jobIdentity
Guid

The job ID (a GUID) for the job being submitted.

parameters
JobInformation

The parameters to submit a job.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to