CreateJob interface
Methods
get(List |
Lists all of the Jobs in the specified Account. |
post(Create |
The Batch service supports two ways to control the work done as part of a Job. In the first approach, the user specifies a Job Manager Task. The Batch service launches this Task when it is ready to start the Job. The Job Manager Task controls all other Tasks that run under this Job, by using the Task APIs. In the second approach, the user directly controls the execution of Tasks under an active Job, by using the Task APIs. Also note: when naming Jobs, avoid including sensitive information such as user names or secret project names. This information may appear in telemetry logs accessible to Microsoft Support engineers. |
Method Details
get(ListJobsParameters)
Lists all of the Jobs in the specified Account.
function get(options?: ListJobsParameters): StreamableMethod<ListJobs200Response | ListJobsDefaultResponse>
Parameters
- options
- ListJobsParameters
Returns
post(CreateJobParameters)
The Batch service supports two ways to control the work done as part of a Job. In the first approach, the user specifies a Job Manager Task. The Batch service launches this Task when it is ready to start the Job. The Job Manager Task controls all other Tasks that run under this Job, by using the Task APIs. In the second approach, the user directly controls the execution of Tasks under an active Job, by using the Task APIs. Also note: when naming Jobs, avoid including sensitive information such as user names or secret project names. This information may appear in telemetry logs accessible to Microsoft Support engineers.
function post(options: CreateJobParameters): StreamableMethod<CreateJob201Response | CreateJobDefaultResponse>
Parameters
- options
- CreateJobParameters