IJobOperations.BuildWithHttpMessagesAsync Method

Definition

Overloads

BuildWithHttpMessagesAsync(String, BuildJobParameters, Dictionary<String,List<String>>, CancellationToken)

Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.

BuildWithHttpMessagesAsync(String, JobInformation, Dictionary<String,List<String>>, CancellationToken)

Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.

BuildWithHttpMessagesAsync(String, BuildJobParameters, Dictionary<String,List<String>>, CancellationToken)

Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>> BuildWithHttpMessagesAsync (string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.BuildJobParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BuildWithHttpMessagesAsync : string * Microsoft.Azure.Management.DataLake.Analytics.Models.BuildJobParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>>
Public Function BuildWithHttpMessagesAsync (accountName As String, parameters As BuildJobParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of JobInformation))

Parameters

accountName
String

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

parameters
BuildJobParameters

The parameters to build a job.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to

BuildWithHttpMessagesAsync(String, JobInformation, Dictionary<String,List<String>>, CancellationToken)

Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>> BuildWithHttpMessagesAsync (string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BuildWithHttpMessagesAsync : string * Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>>
Public Function BuildWithHttpMessagesAsync (accountName As String, parameters As JobInformation, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of JobInformation))

Parameters

accountName
String

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

parameters
JobInformation

The parameters to build a job.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to