Show / Hide Table of Contents

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 Source

AdditionalLatencyMilliseconds

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

Id

The ID of the FrontDoor.

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

Name

Specifies the name of the Load Balancer.

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

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.