JobOperationsExtensions.Create 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.
Overloads
Create(IJobOperations, String, Guid, CreateJobParameters) |
Submits a job to the specified Data Lake Analytics account. |
Create(IJobOperations, String, Guid, JobInformation) |
Submits a job to the specified Data Lake Analytics account. |
Create(IJobOperations, String, Guid, CreateJobParameters)
Submits a job to the specified Data Lake Analytics account.
public static Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation Create (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Guid jobIdentity, Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobParameters parameters);
static member Create : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Guid * Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobParameters -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation
<Extension()>
Public Function Create (operations As IJobOperations, accountName As String, jobIdentity As Guid, parameters As CreateJobParameters) As 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.
Returns
Applies to
Create(IJobOperations, String, Guid, JobInformation)
Submits a job to the specified Data Lake Analytics account.
public static Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation Create (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Guid jobIdentity, Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation parameters);
static member Create : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Guid * Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation
<Extension()>
Public Function Create (operations As IJobOperations, accountName As String, jobIdentity As Guid, parameters As JobInformation) As 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.
Returns
Applies to
Azure SDK for .NET