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

ApplicationGatewayBackendAddressPool interface

应用程序网关的后端地址池。

Extends

属性

backendAddresses

后端地址

backendIPConfigurations

对网络接口中定义的 IP 的引用的集合。

etag

一个唯一的只读字符串,每当资源更新时都会更改。

name

应用程序网关中唯一的后端地址池的名称。

provisioningState

后端地址池资源的预配状态。 可能的值为:“Updateing”、“删除”和“Failed”。

type

资源的类型。

继承属性

id

资源 ID。

属性详细信息

backendAddresses

后端地址

backendAddresses?: ApplicationGatewayBackendAddress[]

属性值

backendIPConfigurations

对网络接口中定义的 IP 的引用的集合。

backendIPConfigurations?: NetworkInterfaceIPConfiguration[]

属性值

etag

一个唯一的只读字符串,每当资源更新时都会更改。

etag?: string

属性值

string

name

应用程序网关中唯一的后端地址池的名称。

name?: string

属性值

string

provisioningState

后端地址池资源的预配状态。 可能的值为:“Updateing”、“删除”和“Failed”。

provisioningState?: string

属性值

string

type

资源的类型。

type?: string

属性值

string

继承属性详细信息

id

资源 ID。

id?: string

属性值

string

继承自SubResource.id