JobScheduleOperationsExtensions.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.