BackendAddressPoolPropertiesFormat interface
Properties of the backend address pool.
Properties
| backend |
An array of references to IP addresses defined in network interfaces. |
| drain |
Amount of seconds Load Balancer waits for before sending RESET to client and backend address. |
| inbound |
An array of references to inbound NAT rules that use this backend address pool. |
| load |
An array of backend addresses. |
| load |
An array of references to load balancing rules that use this backend address pool. |
| location | The location of the backend address pool. |
| outbound |
A reference to an outbound rule that uses this backend address pool. |
| outbound |
An array of references to outbound rules that use this backend address pool. |
| provisioning |
The provisioning state of the backend address pool resource. |
| sync |
Backend address synchronous mode for the backend pool |
| tunnel |
An array of gateway load balancer tunnel interfaces. |
| virtual |
A reference to a virtual network. |
Property Details
backendIPConfigurations
An array of references to IP addresses defined in network interfaces.
backendIPConfigurations?: NetworkInterfaceIPConfiguration[]
Property Value
drainPeriodInSeconds
Amount of seconds Load Balancer waits for before sending RESET to client and backend address.
drainPeriodInSeconds?: number
Property Value
number
inboundNatRules
An array of references to inbound NAT rules that use this backend address pool.
inboundNatRules?: SubResource[]
Property Value
loadBalancerBackendAddresses
An array of backend addresses.
loadBalancerBackendAddresses?: LoadBalancerBackendAddress[]
Property Value
loadBalancingRules
An array of references to load balancing rules that use this backend address pool.
loadBalancingRules?: SubResource[]
Property Value
location
The location of the backend address pool.
location?: string
Property Value
string
outboundRule
A reference to an outbound rule that uses this backend address pool.
outboundRule?: SubResource
Property Value
outboundRules
An array of references to outbound rules that use this backend address pool.
outboundRules?: SubResource[]
Property Value
provisioningState
The provisioning state of the backend address pool resource.
provisioningState?: string
Property Value
string
syncMode
Backend address synchronous mode for the backend pool
syncMode?: string
Property Value
string
tunnelInterfaces
An array of gateway load balancer tunnel interfaces.
tunnelInterfaces?: GatewayLoadBalancerTunnelInterface[]