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 |
Provisioning state of the backend address pool resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
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
Provisioning state of the backend address pool resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
provisioningState?: string
Property Value
string
type
Type of the resource.
type?: string
Property Value
string