Class FrontdoorBackendPoolLoadBalancingArgs
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 FrontdoorBackendPoolLoadBalancingArgs : ResourceArgs
Constructors
View SourceFrontdoorBackendPoolLoadBalancingArgs()
Declaration
public FrontdoorBackendPoolLoadBalancingArgs()
Properties
View SourceAdditionalLatencyMilliseconds
The additional latency in milliseconds for probes to fall into the lowest latency bucket. Defaults to 0.
Declaration
public Input<int> AdditionalLatencyMilliseconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Id
The ID of the FrontDoor.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Load Balancer.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SampleSize
The number of samples to consider for load balancing decisions. Defaults to 4.
Declaration
public Input<int> SampleSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SuccessfulSamplesRequired
The number of samples within the sample period that must succeed. Defaults to 2.
Declaration
public Input<int> SuccessfulSamplesRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |