你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Job interface
Job 对象。
属性
call |
回调终结点。 |
id | 作业 ID。 |
job |
作业执行报告 - KeyValue 对对象的数组。 |
result |
KeyValue 对的数组。 |
review |
查看 ID(如果已创建)。 |
status | 状态字符串 (<挂起、失败、已完成>) 。 |
team |
与作业关联的团队名称。 |
type | 内容类型。 |
workflow |
工作流的 ID。 |
属性详细信息
callBackEndpoint
回调终结点。
callBackEndpoint?: string
属性值
string
id
作业 ID。
id?: string
属性值
string
jobExecutionReport
作业执行报告 - KeyValue 对对象的数组。
jobExecutionReport?: JobExecutionReportDetails[]
属性值
resultMetaData
reviewId
查看 ID(如果已创建)。
reviewId?: string
属性值
string
status
状态字符串 (<挂起、失败、已完成>) 。
status?: string
属性值
string
teamName
与作业关联的团队名称。
teamName?: string
属性值
string
type
内容类型。
type?: string
属性值
string
workflowId
工作流的 ID。
workflowId?: string
属性值
string