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.

Namespace:   Microsoft.WindowsAzure.Scheduler
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.JobCreateResponse

The Create Job operation response.

Return to top
Show: