Show / Hide Table of Contents

Class FrontdoorBackendPoolLoadBalancingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FrontdoorBackendPoolLoadBalancingArgs
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 FrontdoorBackendPoolLoadBalancingArgs : ResourceArgs

Constructors

View Source

FrontdoorBackendPoolLoadBalancingArgs()

Declaration
public FrontdoorBackendPoolLoadBalancingArgs()

Properties

View Source

AdditionalLatencyMilliseconds

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

Id

The ID of the FrontDoor.

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

Name

Specifies the name of the Load Balancer.

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

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

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