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