ApplicationGatewayBackendAddressPool Class
Backend Address Pool of an application gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_08_01.models._models_py3.SubResourceApplicationGatewayBackendAddressPool
Constructor
ApplicationGatewayBackendAddressPool(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, type: 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, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the backend address pool that is unique within an Application Gateway.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- backend_ip_configurations
- list[NetworkInterfaceIPConfiguration]
Collection of references to IPs defined in network interfaces.
- backend_addresses
- list[ApplicationGatewayBackendAddress]
Backend addresses.
Variables
- provisioning_state
- str or ProvisioningState
The provisioning state of the backend address pool resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for