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 | |
|---|---|---|
![]() ![]() |
Build(IJobOperations, String, String, JobInfoBuildOrCreateParameters) | Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation. |
![]() ![]() |
BuildAsync(IJobOperations, String, String, JobInfoBuildOrCreateParameters) | Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation. |
![]() ![]() |
Cancel(IJobOperations, String, String, Guid) | Cancels the running job specified by the job ID. |
![]() ![]() |
CancelAsync(IJobOperations, String, String, Guid) | Cancels the running job specified by the job ID. |
![]() ![]() |
Create(IJobOperations, String, String, JobInfoBuildOrCreateParameters) | Submits the specified job to the specified Data Lake Analytics account for computation. |
![]() ![]() |
CreateAsync(IJobOperations, String, String, JobInfoBuildOrCreateParameters) | Submits the specified job to the specified Data Lake Analytics account for computation. |
![]() ![]() |
Get(IJobOperations, String, String, Guid) | Gets the JobInfo object specified by the job ID. |
![]() ![]() |
GetAsync(IJobOperations, String, String, Guid) | Gets the JobInfo object specified by the job ID. |
![]() ![]() |
GetDebugDataPath(IJobOperations, String, String, Guid) | Gets the U-SQL job debug data information specified by the job ID. |
![]() ![]() |
GetDebugDataPathAsync(IJobOperations, String, String, Guid) | Gets the U-SQL job debug data information specified by the job ID. |
![]() ![]() |
GetStatistics(IJobOperations, String, String, Guid) | Gets the job statistics object specified by the job ID. |
![]() ![]() |
GetStatisticsAsync(IJobOperations, String, String, Guid) | Gets the job statistics object specified by the job ID. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
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
.jpeg)
.gif)