LoadBalancerBackendAddressPropertiesFormat Class
Properties of the load balancer backend addresses.
Constructor
LoadBalancerBackendAddressPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
virtual_network
|
Reference to an existing virtual network. |
|
subnet
|
Reference to an existing subnet. |
|
ip_address
|
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". |
Attributes
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".
admin_state: str | _models.LoadBalancerBackendAddressAdminState | None
inbound_nat_rules_port_mapping
Collection of inbound NAT rule port mappings.
inbound_nat_rules_port_mapping: list['_models.NatRulePortMapping'] | None
ip_address
IP Address belonging to the referenced virtual network.
ip_address: str | None
load_balancer_frontend_ip_configuration
Reference to the frontend ip address configuration defined in regional loadbalancer.
load_balancer_frontend_ip_configuration: _models.SubResource | None
network_interface_ip_configuration
Reference to IP address defined in network interfaces.
network_interface_ip_configuration: _models.SubResource | None
subnet
Reference to an existing subnet.
subnet: _models.SubResource | None
virtual_network
Reference to an existing virtual network.
virtual_network: _models.SubResource | None