Show / Hide Table of Contents

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 Source

Backends

A backend block as defined below.

Declaration
public readonly ImmutableArray<FrontdoorBackendPoolBackend> Backends
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<FrontdoorBackendPoolBackend>
View Source

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
View Source

Id

The ID of the FrontDoor.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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
View Source

Name

Specifies the name of the Backend Pool.

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.