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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET