LoadBalancerBackendAddressPropertiesFormat interface
Properties of the 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. |
| ip |
IP Address belonging to the referenced virtual network. |
| load |
Reference to the frontend ip address configuration defined in regional loadbalancer. |
| 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?: "None" | "Up" | "Down" | "Drain"
Property Value
"None" | "Up" | "Down" | "Drain"
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