Job 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.
The Job object.
public class Job
type Job = class
Public Class Job
- Inheritance
-
Job
Constructors
Job() |
Initializes a new instance of the Job class. |
Job(String, String, String, String, String, String, String, IList<KeyValuePair>, IList<JobExecutionReportDetails>) |
Initializes a new instance of the Job class. |
Properties
CallBackEndpoint |
Gets or sets the callback endpoint. |
Id |
Gets or sets the job id. |
JobExecutionReport |
Gets or sets job execution report- Array of KeyValue pairs object. |
ResultMetaData |
Gets or sets array of KeyValue pairs. |
ReviewId |
Gets or sets review Id if one is created. |
Status |
Gets or sets the status string (<Pending, Failed, Completed>). |
TeamName |
Gets or sets the team name associated with the job. |
Type |
Gets or sets type of the content. |
WorkflowId |
Gets or sets the Id of the workflow. |
Applies to
Azure SDK for .NET