你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |