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.
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.