IJobScheduleOperations.CreateAsync Method

Definition

Create a job schedule. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse> CreateAsync (string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse>
Public Function CreateAsync (automationAccount As String, parameters As JobScheduleCreateParameters, cancellationToken As CancellationToken) As Task(Of JobScheduleCreateResponse)

Parameters

automationAccount
String

The automation account name.

parameters
JobScheduleCreateParameters

The parameters supplied to the create job schedule operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the create job schedule operation.

Applies to