Class FrontdoorBackendPoolArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorBackendPoolArgs : ResourceArgs
Constructors
View SourceFrontdoorBackendPoolArgs()
Declaration
public FrontdoorBackendPoolArgs()
Properties
View SourceBackends
A backend block as defined below.
Declaration
public InputList<FrontdoorBackendPoolBackendArgs> Backends { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FrontdoorBackendPoolBackendArgs> |
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> |
Id
The ID of the FrontDoor.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
Specifies the name of the Backend Pool.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |