Share via


BackendAddressPoolPropertiesFormatOutput 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.

tunnelInterfaces

An array of gateway load balancer tunnel interfaces.

Property Details

backendIPConfigurations

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

backendIPConfigurations?: NetworkInterfaceIPConfigurationOutput[]

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

Property Value

loadBalancerBackendAddresses

An array of backend addresses.

loadBalancerBackendAddresses?: LoadBalancerBackendAddressOutput[]

Property Value

loadBalancingRules

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

loadBalancingRules?: SubResourceOutput[]

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

Property Value

outboundRules

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

outboundRules?: SubResourceOutput[]

Property Value

provisioningState

The provisioning state of the backend address pool resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"

tunnelInterfaces

An array of gateway load balancer tunnel interfaces.

tunnelInterfaces?: GatewayLoadBalancerTunnelInterfaceOutput[]

Property Value