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

AuthorizeCopyRequest interface

请求正文以授权文档模型复制。

属性

description

文档模型说明。

modelId

唯一的文档模型名称。

tags

与文档模型关联的键值标记属性的列表。

属性详细信息

description

文档模型说明。

description?: string

属性值

string

modelId

唯一的文档模型名称。

modelId: string

属性值

string

tags

与文档模型关联的键值标记属性的列表。

tags?: Record<string, string>

属性值

Record<string, string>