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.v2018_10_01.models._models_py3.SubResourceBackendAddressPool
Constructor
BackendAddressPool(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, etag: typing.Union[str, NoneType] = None, provisioning_state: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Gets name of the 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.
- provisioning_state
- str
Get provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
Variables
- backend_ip_configurations
- list[NetworkInterfaceIPConfiguration]
Gets collection of references to IP addresses defined in network interfaces.
- load_balancing_rules
- list[SubResource]
Gets load balancing rules that use this backend address pool.
- outbound_rule
- SubResource
Gets outbound rules that use this backend address pool.
- outbound_rules
- list[SubResource]
Gets outbound rules that use this backend address pool.
Feedback
Submit and view feedback for