JobOperationsExtensions.CreateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.String
The Azure Data Lake Analytics account to execute job operations on.
- jobIdentity
- System.Guid
Job identifier. Uniquely identifies the job across all jobs submitted to the service.
- parameters
- CreateJobParameters
The parameters to submit a job.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.