Show / Hide Table of Contents

Class FrontdoorBackendPoolArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FrontdoorBackendPoolArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorBackendPoolArgs : ResourceArgs

Constructors

View Source

FrontdoorBackendPoolArgs()

Declaration
public FrontdoorBackendPoolArgs()

Properties

View Source

Backends

A backend block as defined below.

Declaration
public InputList<FrontdoorBackendPoolBackendArgs> Backends { get; set; }
Property Value
Type Description
InputList<FrontdoorBackendPoolBackendArgs>
View Source

HealthProbeName

Specifies the name of the backend_pool_health_probe block whithin this resource to use for this Backend Pool.

Declaration
public Input<string> HealthProbeName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

The ID of the FrontDoor.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<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 Input<string> LoadBalancingName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the Backend Pool.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.