JobOperationsExtensions.Create Method (IJobOperations, JobCreateParameters)
Creates a new Job, allowing the service to generate a job id. Use CreateOrUpdate if a user-chosen job id is required.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
public static JobCreateResponse Create( this IJobOperations operations, JobCreateParameters parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Scheduler.IJobOperations
Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
- parameters
-
Type:
Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters
Required. Parameters specifying the job definition for a Create Job operation.
Return Value
Type: Microsoft.WindowsAzure.Scheduler.Models.JobCreateResponseThe Create Job operation response.
Show: