通过


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

ApplicationResourceOutput interface

应用程序资源。

扩展

属性

identity

介绍 Azure 资源的托管标识。

properties

应用程序资源属性。

继承属性

etag

Azure 资源 etag。

id

Azure 资源标识符。

location

新 API 中会弃用它,资源位置取决于父资源。

name

Azure 资源名称。

systemData

与创建和上次修改资源相关的元数据。

tags

Azure 资源标记。

type

Azure 资源类型。

属性详细信息

identity

介绍 Azure 资源的托管标识。

identity?: ManagedIdentityOutput

属性值

properties

应用程序资源属性。

properties?: ApplicationResourcePropertiesOutput

属性值

继承属性详细信息

etag

Azure 资源 etag。

etag?: string

属性值

string

继承自 ProxyResourceOutput.etag

id

Azure 资源标识符。

id?: string

属性值

string

继承自 ProxyResourceOutput.id

location

新 API 中会弃用它,资源位置取决于父资源。

location?: string

属性值

string

继承自 ProxyResourceOutput.location

name

Azure 资源名称。

name?: string

属性值

string

继承自 ProxyResourceOutput.name

systemData

与创建和上次修改资源相关的元数据。

systemData?: SystemDataOutput

属性值

继承自ProxyResourceOutput.systemData

tags

Azure 资源标记。

tags?: Record<string, string>

属性值

Record<string, string>

继承自ProxyResourceOutput.tags

type

Azure 资源类型。

type?: string

属性值

string

继承自ProxyResourceOutput.type