JobScheduleOperationsExtensions.CreateAsync Method (IJobScheduleOperations, String, JobScheduleCreateParameters)
Create a job schedule. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static Task<JobScheduleCreateResponse> CreateAsync( this IJobScheduleOperations operations, string automationAccount, JobScheduleCreateParameters parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters
Required. The parameters supplied to the create job schedule operation.
Return Value
Type: System.Threading.Tasks.Task<JobScheduleCreateResponse>The response model for the create job schedule operation.
Show: