JobCreateParameters Class
Parameters specifying the job definition for a Create Job operation.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Scheduler.Models.JobCreateParameters
Syntax
public class JobCreateParameters
public ref class JobCreateParameters
type JobCreateParameters = class end
Public Class JobCreateParameters
Constructors
Name | Description | |
---|---|---|
JobCreateParameters() | Initializes a new instance of the JobCreateParameters class. |
|
JobCreateParameters(JobAction) | Initializes a new instance of the JobCreateParameters class with required arguments. |
Properties
Name | Description | |
---|---|---|
Action | Required. Action to invoke for the job. |
|
Recurrence | Optional. Recurrence schedule for the job. |
|
StartTime | Optional. Start time for the job. Defined as ISO-8601. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top