JobOperationsExtensions.CreateAsync Method (IJobOperations, String, JobCreateParameters)

 

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)

<ExtensionAttribute>
Public Shared Function CreateAsync (
	operations As IJobOperations,
	automationAccount As String,
	parameters As JobCreateParameters
) As Task(Of JobCreateResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IJobOperations.

automationAccount
Type: System.String

Required. The automation account name.

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

Required. The parameters supplied to the create job operation.

Return Value

Type: System.Threading.Tasks.Task(Of JobCreateResponse)

The response model for the create job operation.

Return to top
Show: