JobScheduleOperationsExtensions.CreateAsync Method

Definition

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

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

Parameters

operations
IJobScheduleOperations

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

automationAccount
String

Required. The automation account name.

parameters
JobScheduleCreateParameters

Required. The parameters supplied to the create job schedule operation.

Returns

The response model for the create job schedule operation.

Applies to