Show / Hide Table of Contents

Class FrontdoorBackendPoolHealthProbe

Inheritance
System.Object
FrontdoorBackendPoolHealthProbe
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 FrontdoorBackendPoolHealthProbe

Fields

View Source

Enabled

Is this health probe enabled? Dafaults to true.

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Id

The ID of the FrontDoor.

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

IntervalInSeconds

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

Declaration
public readonly int? IntervalInSeconds
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Name

Specifies the name of the Health Probe.

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

Path

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

Declaration
public readonly string Path
Field Value
Type Description
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 readonly string ProbeMethod
Field Value
Type Description
System.String
View Source

Protocol

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

Declaration
public readonly string Protocol
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.