JobScheduleOperationsExtensions.Create Method

Definition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse Create (this Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters -> Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse
<Extension()>
Public Function Create (operations As IJobScheduleOperations, automationAccount As String, parameters As JobScheduleCreateParameters) As 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