Job Members
The definition of a Windows Azure Scheduler job.
The following tables list the members exposed by the Job type.
Public Constructors
Name | Description | |
---|---|---|
Job | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
Action | Required. Action to invoke for the job. | |
Id | Required. Job identifier. | |
Recurrence | Optional. Recurrence schedule for the job. | |
StartTime | Optional. Start time for the job. Defined as ISO-8601. | |
State | Optional. Current state of the job. | |
Status | Optional. Current status of the job. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top