IJobOperations::CreateAsync Method (String^, JobCreateParameters^, CancellationToken)

 

Create a job of the runbook. (see http://aka.ms/azureautomationsdk/joboperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Task<JobCreateResponse^>^ CreateAsync(
	String^ automationAccount,
	JobCreateParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System::String^

The automation account name.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models::JobCreateParameters^

The parameters supplied to the create job operation.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<JobCreateResponse^>^

The response model for the create job operation.

Return to top
Show: