你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LoadBalancerBackendAddress Class

Load balancer backend addresses.

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

Inheritance
azure.mgmt.network._serialization.Model
LoadBalancerBackendAddress

Constructor

LoadBalancerBackendAddress(*, name: str | None = None, virtual_network: _models.SubResource | None = None, subnet: _models.SubResource | None = None, ip_address: str | None = None, load_balancer_frontend_ip_configuration: _models.SubResource | None = None, admin_state: str | _models.LoadBalancerBackendAddressAdminState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the backend address.

virtual_network

Reference to an existing virtual network.

subnet

Reference to an existing subnet.

ip_address
str

IP Address belonging to the referenced virtual network.

load_balancer_frontend_ip_configuration

Reference to the frontend ip address configuration defined in regional loadbalancer.

admin_state

A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections. Known values are: "None", "Up", and "Down".

Variables

Name Description
name
str

Name of the backend address.

virtual_network

Reference to an existing virtual network.

subnet

Reference to an existing subnet.

ip_address
str

IP Address belonging to the referenced virtual network.

network_interface_ip_configuration

Reference to IP address defined in network interfaces.

load_balancer_frontend_ip_configuration

Reference to the frontend ip address configuration defined in regional loadbalancer.

inbound_nat_rules_port_mapping

Collection of inbound NAT rule port mappings.

admin_state

A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections. Known values are: "None", "Up", and "Down".