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.
Overloads
Create(IJobScheduleOperations, String, String, JobScheduleCreateParameters)
public static Microsoft.Azure.Management.Automation.Models.JobScheduleCreateResponse Create (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateResponse
<Extension()>
Public Function Create (operations As IJobScheduleOperations, resourceGroupName As String, automationAccount As String, parameters As JobScheduleCreateParameters) As JobScheduleCreateResponse
Parameters
- operations
- IJobScheduleOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- JobScheduleCreateParameters
Returns
Applies to
Create(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters)
Create a job schedule. http://aka.ms/azureautomationsdk/jobscheduleoperations
public static Microsoft.Azure.Management.Automation.Models.JobSchedule Create (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Guid jobScheduleId, Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid * Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters -> Microsoft.Azure.Management.Automation.Models.JobSchedule
<Extension()>
Public Function Create (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, jobScheduleId As Guid, parameters As JobScheduleCreateParameters) As JobSchedule
Parameters
- operations
- IJobScheduleOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of an Azure Resource group.
- automationAccountName
- String
The name of the automation account.
- jobScheduleId
- Guid
The job schedule name.
- parameters
- JobScheduleCreateParameters
The parameters supplied to the create job schedule operation.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET