BackendAddressPoolPropertiesFormatOutput 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. |
| tunnel |
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[]