LoadBalancerBackendAddress interface
Load balancer backend addresses.
Properties
admin |
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. |
inbound |
Collection of inbound NAT rule port mappings. NOTE: This property will not be serialized. It can only be populated by the server. |
ip |
IP Address belonging to the referenced virtual network. |
load |
Reference to the frontend ip address configuration defined in regional loadbalancer. |
name | Name of the backend address. |
network |
Reference to IP address defined in network interfaces. NOTE: This property will not be serialized. It can only be populated by the server. |
subnet | Reference to an existing subnet. |
virtual |
Reference to an existing virtual network. |
Property Details
adminState
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.
adminState?: string
Property Value
string
inboundNatRulesPortMapping
Collection of inbound NAT rule port mappings. NOTE: This property will not be serialized. It can only be populated by the server.
inboundNatRulesPortMapping?: NatRulePortMapping[]
Property Value
ipAddress
IP Address belonging to the referenced virtual network.
ipAddress?: string
Property Value
string
loadBalancerFrontendIPConfiguration
Reference to the frontend ip address configuration defined in regional loadbalancer.
loadBalancerFrontendIPConfiguration?: SubResource
Property Value
name
Name of the backend address.
name?: string
Property Value
string
networkInterfaceIPConfiguration
Reference to IP address defined in network interfaces. NOTE: This property will not be serialized. It can only be populated by the server.
networkInterfaceIPConfiguration?: SubResource