ApplicationGatewayBackendAddressPool interface
Backend Address Pool of an application gateway.
- Extends
Properties
| backend |
Backend addresses. |
| backend |
Collection of references to IPs defined in network interfaces. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| name | Name of the backend address pool that is unique within an Application Gateway. |
| provisioning |
The provisioning state of the backend address pool resource. |
| type | Type of the resource. |
Inherited Properties
| id | Resource ID. |
Property Details
backendAddresses
Backend addresses.
backendAddresses?: ApplicationGatewayBackendAddress[]
Property Value
backendIPConfigurations
Collection of references to IPs defined in network interfaces.
backendIPConfigurations?: NetworkInterfaceIPConfiguration[]
Property Value
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
name
Name of the backend address pool that is unique within an Application Gateway.
name?: string
Property Value
string
provisioningState
The provisioning state of the backend address pool resource.
provisioningState?: string
Property Value
string
type
Type of the resource.
type?: string
Property Value
string