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

MetadataDefinitionBase interface

元数据定义基。

属性

attributes

Type 的属性。

description

属性的本地化说明。

displayName

属性的本地化显示名称。

largeImage

与属性或 EntityType 关联的大型图像。

localizedAttributes

类型的任何自定义本地化属性。

mediumImage

与 Property 或 EntityType 关联的中等图像。

smallImage

与 Property 或 EntityType 关联的小型图像。

属性详细信息

attributes

Type 的属性。

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

属性值

{[propertyName: string]: string[]}

description

属性的本地化说明。

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

属性值

{[propertyName: string]: string}

displayName

属性的本地化显示名称。

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

属性值

{[propertyName: string]: string}

largeImage

与属性或 EntityType 关联的大型图像。

largeImage?: string

属性值

string

localizedAttributes

类型的任何自定义本地化属性。

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

属性值

{[propertyName: string]: {[propertyName: string]: string}}

mediumImage

与 Property 或 EntityType 关联的中等图像。

mediumImage?: string

属性值

string

smallImage

与 Property 或 EntityType 关联的小型图像。

smallImage?: string

属性值

string