JobScheduleOperationsExtensions.Create Method (IJobScheduleOperations, String, JobScheduleCreateParameters)

 

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

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

public static JobScheduleCreateResponse Create(
	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: Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse

The response model for the create job schedule operation.

Return to top
Show: