JobScheduleAddParameter Class
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.
A Job Schedule that allows recurring Jobs by specifying when to run Jobs and a specification used to create each Job.
public class JobScheduleAddParameter
type JobScheduleAddParameter = class
Public Class JobScheduleAddParameter
- Inheritance
-
JobScheduleAddParameter
Constructors
JobScheduleAddParameter() |
Initializes a new instance of the JobScheduleAddParameter class. |
JobScheduleAddParameter(String, Schedule, JobSpecification, String, IList<MetadataItem>) |
Initializes a new instance of the JobScheduleAddParameter class. |
Properties
DisplayName |
Gets or sets the display name for the schedule. |
Id |
Gets or sets a string that uniquely identifies the schedule within the Account. |
JobSpecification |
Gets or sets the details of the Jobs to be created on this schedule. |
Metadata |
Gets or sets a list of name-value pairs associated with the schedule as metadata. |
Schedule |
Gets or sets the schedule according to which Jobs will be created. |
Applies to
Azure SDK for .NET