Class FrontdoorBackendPool
Inheritance
System.Object
FrontdoorBackendPool
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.FrontDoor.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorBackendPool
Fields
View SourceBackends
A backend block as defined below.
Declaration
public readonly ImmutableArray<FrontdoorBackendPoolBackend> Backends
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<FrontdoorBackendPoolBackend> |
HealthProbeName
Specifies the name of the backend_pool_health_probe block whithin this resource to use for this Backend Pool.
Declaration
public readonly string HealthProbeName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the FrontDoor.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LoadBalancingName
Specifies the name of the backend_pool_load_balancing block within this resource to use for this Backend Pool.
Declaration
public readonly string LoadBalancingName
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the name of the Backend Pool.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |