BackendAddressPoolPropertiesFormat interface

Properties of the backend address pool.

Properties

backendIPConfigurations

An array of references to IP addresses defined in network interfaces.

drainPeriodInSeconds

Amount of seconds Load Balancer waits for before sending RESET to client and backend address.

inboundNatRules

An array of references to inbound NAT rules that use this backend address pool.

loadBalancerBackendAddresses

An array of backend addresses.

loadBalancingRules

An array of references to load balancing rules that use this backend address pool.

location

The location of the backend address pool.

outboundRule

A reference to an outbound rule that uses this backend address pool.

outboundRules

An array of references to outbound rules that use this backend address pool.

provisioningState

The provisioning state of the backend address pool resource.

syncMode

Backend address synchronous mode for the backend pool

tunnelInterfaces

An array of gateway load balancer tunnel interfaces.

virtualNetwork

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[]

Property Value

virtualNetwork

A reference to a virtual network.

virtualNetwork?: SubResource

Property Value