Show / Hide Table of Contents

Class FrontdoorBackendPoolHealthProbeArgs

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

Constructors

View Source

FrontdoorBackendPoolHealthProbeArgs()

Declaration
public FrontdoorBackendPoolHealthProbeArgs()

Properties

View Source

Enabled

Is this health probe enabled? Dafaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Id

The ID of the FrontDoor.

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

IntervalInSeconds

The number of seconds between each Health Probe. Defaults to 120.

Declaration
public Input<int> IntervalInSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

Specifies the name of the Health Probe.

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

Path

The path to use for the Health Probe. Default is /.

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

ProbeMethod

Specifies HTTP method the health probe uses when querying the backend pool instances. Possible values include: Get and Head. Defaults to Get.

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

Protocol

Protocol scheme to use for the Health Probe. Defaults to Http.

Declaration
public Input<string> Protocol { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.