Job Constructors
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.
Overloads
Job() |
Initializes a new instance of the Job class. |
Job(String, JobAction) |
Initializes a new instance of the Job class with required arguments. |
Job()
Initializes a new instance of the Job class.
public Job();
Public Sub New ()
Applies to
Job(String, JobAction)
Initializes a new instance of the Job class with required arguments.
public Job(string id, Microsoft.WindowsAzure.Scheduler.Models.JobAction action);
new Microsoft.WindowsAzure.Scheduler.Models.Job : string * Microsoft.WindowsAzure.Scheduler.Models.JobAction -> Microsoft.WindowsAzure.Scheduler.Models.Job
Public Sub New (id As String, action As JobAction)
Parameters
- id
- String
- action
- JobAction
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET