你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UpdateQuestionsDTO interface
Update Kb 的 PATCH 正文架构,其中包含要添加和删除的问题列表
属性
add | 要添加的问题列表 |
delete |
要删除的问题列表。 |
属性详细信息
add
要添加的问题列表
add?: string[]
属性值
string[]
deleteProperty
要删除的问题列表。
deleteProperty?: string[]
属性值
string[]