Share via


LoadBalancerBackendAddressPropertiesFormatOutput interface

Properties of the load balancer backend addresses.

Properties

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.

inboundNatRulesPortMapping

Collection of inbound NAT rule port mappings.

ipAddress

IP Address belonging to the referenced virtual network.

loadBalancerFrontendIPConfiguration

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

networkInterfaceIPConfiguration

Reference to IP address defined in network interfaces.

subnet

Reference to an existing subnet.

virtualNetwork

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?: "None" | "Up" | "Down" | "Drain"

Property Value

"None" | "Up" | "Down" | "Drain"

inboundNatRulesPortMapping

Collection of inbound NAT rule port mappings.

inboundNatRulesPortMapping?: NatRulePortMappingOutput[]

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?: SubResourceOutput

Property Value

networkInterfaceIPConfiguration

Reference to IP address defined in network interfaces.

networkInterfaceIPConfiguration?: SubResourceOutput

Property Value

subnet

Reference to an existing subnet.

subnet?: SubResourceOutput

Property Value

virtualNetwork

Reference to an existing virtual network.

virtualNetwork?: SubResourceOutput

Property Value