Class FrontdoorBackendPoolLoadBalancing
Inheritance
System.Object
FrontdoorBackendPoolLoadBalancing
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 FrontdoorBackendPoolLoadBalancing
Fields
View SourceAdditionalLatencyMilliseconds
The additional latency in milliseconds for probes to fall into the lowest latency bucket. Defaults to 0.
Declaration
public readonly int? AdditionalLatencyMilliseconds
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Id
The ID of the FrontDoor.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the name of the Load Balancer.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
SampleSize
The number of samples to consider for load balancing decisions. Defaults to 4.
Declaration
public readonly int? SampleSize
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SuccessfulSamplesRequired
The number of samples within the sample period that must succeed. Defaults to 2.
Declaration
public readonly int? SuccessfulSamplesRequired
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |