DataLakeAnalyticsClient.SubmitJob(String, Guid, CreateJobParameters) 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.
public Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation SubmitJob (string accountName, Guid jobId, Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobParameters jobToSubmit);
member this.SubmitJob : string * Guid * Microsoft.Azure.Management.DataLake.Analytics.Models.CreateJobParameters -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation
Public Function SubmitJob (accountName As String, jobId As Guid, jobToSubmit As CreateJobParameters) As JobInformation
Parameters
- accountName
- String
- jobId
- Guid
- jobToSubmit
- CreateJobParameters