LoadBalancerBackendAddress Class

Load balancer backend addresses.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
LoadBalancerBackendAddress

Constructor

LoadBalancerBackendAddress(*, name: typing.Union[str, NoneType] = None, virtual_network: typing.Union[_ForwardRef('SubResource'), NoneType] = None, ip_address: typing.Union[str, NoneType] = None, **kwargs)

Parameters

name
str

Name of the backend address.

virtual_network
SubResource

Reference to an existing virtual network.

ip_address
str

IP Address belonging to the referenced virtual network.

Variables

network_interface_ip_configuration
SubResource

Reference to IP address defined in network interfaces.