BackendPool interface

A backend pool is a collection of backends that can be routed to.

Extends

Properties

backends

The set of backends for this pool

healthProbeSettings

L7 health probe settings for a backend pool

loadBalancingSettings

Load balancing settings for a backend pool

name

Resource name.

resourceState

Resource status. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Resource ID.

Property Details

backends

The set of backends for this pool

backends?: Backend[]

Property Value

healthProbeSettings

L7 health probe settings for a backend pool

healthProbeSettings?: SubResource

Property Value

loadBalancingSettings

Load balancing settings for a backend pool

loadBalancingSettings?: SubResource

Property Value

name

Resource name.

name?: string

Property Value

string

resourceState

Resource status. NOTE: This property will not be serialized. It can only be populated by the server.

resourceState?: string

Property Value

string

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResource.id