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

DocumentModelDetails interface

文档模型信息。

属性

apiVersion

用于创建此文档模型的 API 版本。

createdOn

创建文档模型时 (UTC) 日期和时间。

description

文档模型说明。

docTypes

支持的文档类型。

expiresOn

文档模型过期 (UTC) 日期和时间。

modelId

唯一的文档模型名称。

tags

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

属性详细信息

apiVersion

用于创建此文档模型的 API 版本。

apiVersion?: string

属性值

string

createdOn

创建文档模型时 (UTC) 日期和时间。

createdOn: Date

属性值

Date

description

文档模型说明。

description?: string

属性值

string

docTypes

支持的文档类型。

docTypes?: {[propertyName: string]: DocumentTypeDetails}

属性值

{[propertyName: string]: DocumentTypeDetails}

expiresOn

文档模型过期 (UTC) 日期和时间。

expiresOn?: Date

属性值

Date

modelId

唯一的文档模型名称。

modelId: string

属性值

string

tags

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

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}