BatchClient.CreateJobSchedule(NewJobScheduleParameters) 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.
Creates a new job schedule.
public void CreateJobSchedule (Microsoft.Azure.Commands.Batch.Models.NewJobScheduleParameters parameters);
member this.CreateJobSchedule : Microsoft.Azure.Commands.Batch.Models.NewJobScheduleParameters -> unit
Public Sub CreateJobSchedule (parameters As NewJobScheduleParameters)
Parameters
- parameters
- NewJobScheduleParameters
The parameters to use when creating the job schedule.