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_06_01.models._models_py3.SubResource
BackendAddressPool

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 the set of backend address pools used by the load balancer. 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

type
str

Type of the resource.

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.