JobOperationsExtensions Class

 

Creates an Azure Data Lake Analytics job management client.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.AnalyticsJob.JobOperationsExtensions

Syntax

public static class JobOperationsExtensions
[ExtensionAttribute]
public ref class JobOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type JobOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class JobOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Build(IJobOperations, String, String, JobInfoBuildOrCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BuildAsync(IJobOperations, String, String, JobInfoBuildOrCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Cancel(IJobOperations, String, String, Guid)

Cancels the running job specified by the job ID.

System_CAPS_pubmethodSystem_CAPS_static CancelAsync(IJobOperations, String, String, Guid)

Cancels the running job specified by the job ID.

System_CAPS_pubmethodSystem_CAPS_static Create(IJobOperations, String, String, JobInfoBuildOrCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IJobOperations, String, String, JobInfoBuildOrCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IJobOperations, String, String, Guid)

Gets the JobInfo object specified by the job ID.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IJobOperations, String, String, Guid)

Gets the JobInfo object specified by the job ID.

System_CAPS_pubmethodSystem_CAPS_static GetDebugDataPath(IJobOperations, String, String, Guid)

Gets the U-SQL job debug data information specified by the job ID.

System_CAPS_pubmethodSystem_CAPS_static GetDebugDataPathAsync(IJobOperations, String, String, Guid)

Gets the U-SQL job debug data information specified by the job ID.

System_CAPS_pubmethodSystem_CAPS_static GetStatistics(IJobOperations, String, String, Guid)

Gets the job statistics object specified by the job ID.

System_CAPS_pubmethodSystem_CAPS_static GetStatisticsAsync(IJobOperations, String, String, Guid)

Gets the job statistics object specified by the job ID.

System_CAPS_pubmethodSystem_CAPS_static List(IJobOperations, String, String, JobListParameters)

Gets the first page of the Data Lake Analytics JobInformation objects within the specified resource group with a link to the next page, if any.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IJobOperations, String, String, JobListParameters)

Gets the first page of the Data Lake Analytics JobInformation objects within the specified resource group with a link to the next page, if any.

System_CAPS_pubmethodSystem_CAPS_static ListNext(IJobOperations, String, String)

Gets the next page of the Data Lake Analytics JobInformation objects within the specified resource group with a link to the next page, if any.

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IJobOperations, String, String)

Gets the next page of the Data Lake Analytics JobInformation objects within the specified resource group with a link to the next page, if any.

System_CAPS_pubmethodSystem_CAPS_static ListWithQueryString(IJobOperations, String, String, String)

Gets the first page of the Data Lake Analytics JobInformation objects within the specified resource group with a link to the next page, if any.

System_CAPS_pubmethodSystem_CAPS_static ListWithQueryStringAsync(IJobOperations, String, String, String)

Gets the first page of the Data Lake Analytics JobInformation objects within the specified resource group with a link to the next page, if any.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.DataLake.AnalyticsJob Namespace

Return to top