Share via


BackendPool Class

Definition

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

[Microsoft.Rest.Serialization.JsonTransformation]
public class BackendPool : Microsoft.Azure.Management.FrontDoor.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackendPool = class
    inherit SubResource
Public Class BackendPool
Inherits SubResource
Inheritance
BackendPool
Attributes

Constructors

BackendPool()

Initializes a new instance of the BackendPool class.

BackendPool(String, String, String, IList<Backend>, SubResource, SubResource, String)

Initializes a new instance of the BackendPool class.

Properties

Backends

Gets or sets the set of backends for this pool

HealthProbeSettings

Gets or sets l7 health probe settings for a backend pool

Id

Gets or sets resource ID.

(Inherited from SubResource)
LoadBalancingSettings

Gets or sets load balancing settings for a backend pool

Name

Gets or sets resource name.

ResourceState

Gets resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting', 'Migrating', 'Migrated'

Type

Gets resource type.

Extension Methods

ToPSBackendPool(BackendPool)

Applies to