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

MetadataEntity interface

元数据实体协定。

属性

applicableScenarios

适用于此元数据实体的方案列表。

dependsOn

此实体所依赖的键列表。

displayName

显示名称。

id

元数据实体的资源 ID。

name

元数据实体的名称。

supportedValues

支持的值的列表。

type

元数据实体的类型。

属性详细信息

applicableScenarios

适用于此元数据实体的方案列表。

applicableScenarios?: string[]

属性值

string[]

dependsOn

此实体所依赖的键列表。

dependsOn?: string[]

属性值

string[]

displayName

显示名称。

displayName?: string

属性值

string

id

元数据实体的资源 ID。

id?: string

属性值

string

name

元数据实体的名称。

name?: string

属性值

string

supportedValues

支持的值的列表。

supportedValues?: MetadataSupportedValueDetail[]

属性值

type

元数据实体的类型。

type?: string

属性值

string