BackendAddressPool Class
Pool of backend IP addresses.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_12_01.models._models_py3.SubResourceBackendAddressPool
Constructor
BackendAddressPool(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
The name of the resource that is unique within the set of backend address pools used by the load balancer. This name can be used to access the resource.
Variables
- 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]
An array of references to IP addresses defined in network interfaces.
- load_balancing_rules
- list[SubResource]
An array of references to load balancing rules that use this backend address pool.
- outbound_rule
- SubResource
A reference to an outbound rule that uses this backend address pool.
- outbound_rules
- list[SubResource]
An array of references to outbound rules that use this backend address pool.
- 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