CloudJobSchedule 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 CloudJobSchedule
type CloudJobSchedule = class
Public Class CloudJobSchedule
- Inheritance
-
CloudJobSchedule
Constructors
CloudJobSchedule() |
Initializes a new instance of the CloudJobSchedule class. |
CloudJobSchedule(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<JobScheduleState>, Nullable<DateTime>, Nullable<JobScheduleState>, Nullable<DateTime>, Schedule, JobSpecification, JobScheduleExecutionInformation, IList<MetadataItem>, JobScheduleStatistics) |
Initializes a new instance of the CloudJobSchedule class. |
Properties
CreationTime |
Gets or sets the creation time of the Job Schedule. |
DisplayName |
Gets or sets the display name for the schedule. |
ETag |
Gets or sets the ETag of the Job Schedule. |
ExecutionInfo |
Gets or sets information about Jobs that have been and will be run under this 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. |
LastModified |
Gets or sets the last modified time of the Job Schedule. |
Metadata |
Gets or sets a list of name-value pairs associated with the schedule as metadata. |
PreviousState |
Gets or sets the previous state of the Job Schedule. |
PreviousStateTransitionTime |
Gets or sets the time at which the Job Schedule entered its previous state. |
Schedule |
Gets or sets the schedule according to which Jobs will be created. |
State |
Gets or sets the current state of the Job Schedule. |
StateTransitionTime |
Gets or sets the time at which the Job Schedule entered the current state. |
Stats |
Gets or sets the lifetime resource usage statistics for the Job Schedule. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes. |
Url |
Gets or sets the URL of the Job Schedule. |
Applies to
Azure SDK for .NET