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

ApplicationGateway interface

应用程序网关资源。

扩展

属性

identity

应用程序网关的标识(如果已配置)。

properties

应用程序网关的属性。

zones

一个可用性区域列表,表示资源需要来自何处。

继承属性

id

资源 ID。

location

资源位置。

tags

资源标记。

属性详细信息

identity

应用程序网关的标识(如果已配置)。

identity?: ManagedServiceIdentity

属性值

properties

应用程序网关的属性。

properties?: ApplicationGatewayPropertiesFormat

属性值

zones

一个可用性区域列表,表示资源需要来自何处。

zones?: string[]

属性值

string[]

继承属性详细信息

id

资源 ID。

id?: string

属性值

string

继承自 Resource.id

location

资源位置。

location?: string

属性值

string

继承自Resource.location

tags

资源标记。

tags?: Record<string, string>

属性值

Record<string, string>

继承自Resource.tags