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

IssueUpdateContract interface

问题更新参数。

属性

apiId

为问题创建的 API 的资源标识符。

createdDate

创建问题的日期和时间。

description

描述问题的文本。

state

问题的状态。

title

问题标题。

userId

用户的资源标识符创建了问题。

属性详细信息

apiId

为问题创建的 API 的资源标识符。

apiId?: string

属性值

string

createdDate

创建问题的日期和时间。

createdDate?: Date

属性值

Date

description

描述问题的文本。

description?: string

属性值

string

state

问题的状态。

state?: string

属性值

string

title

问题标题。

title?: string

属性值

string

userId

用户的资源标识符创建了问题。

userId?: string

属性值

string