ApplicationGatewayBackendAddressPool Class

Backend Address Pool of an application gateway.

Inheritance
azure.mgmt.network.v2017_03_01.models._models_py3.SubResource
ApplicationGatewayBackendAddressPool

Constructor

ApplicationGatewayBackendAddressPool(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, backend_ip_configurations: typing.Union[typing.List[_ForwardRef('NetworkInterfaceIPConfiguration')], NoneType] = None, backend_addresses: typing.Union[typing.List[_ForwardRef('ApplicationGatewayBackendAddress')], NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

Resource that is unique within a resource group. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

backend_ip_configurations
list[NetworkInterfaceIPConfiguration]

Collection of references to IPs defined in network interfaces.

backend_addresses
list[ApplicationGatewayBackendAddress]

Backend addresses.

provisioning_state
str

Provisioning state of the backend address pool resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.