IScheduleOperations.CreateAsync Method (String, ScheduleCreateParameters, CancellationToken)

 

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

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

Function CreateAsync (
	automationAccount As String,
	parameters As ScheduleCreateParameters,
	cancellationToken As CancellationToken
) As Task(Of ScheduleCreateResponse)

Parameters

automationAccount
Type: System.String

The automation account name.

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

The parameters supplied to the create schedule operation.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

The response model for the create schedule operation.

Return to top
Show: