Show / Hide Table of Contents

Class ApplicationGatewayProbe

Inheritance
System.Object
ApplicationGatewayProbe
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.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayProbe

Fields

View Source

Host

The Hostname used for this Probe. If the Application Gateway is configured for a single site, by default the Host name should be specified as ‘127.0.0.1’, unless otherwise configured in custom probe. Cannot be set if pick_host_name_from_backend_http_settings is set to true.

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

Id

The ID of the Rewrite Rule Set

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

Interval

The Interval between two consecutive probes in seconds. Possible values range from 1 second to a maximum of 86,400 seconds.

Declaration
public readonly int Interval
Field Value
Type Description
System.Int32
View Source

Match

A match block as defined above.

Declaration
public readonly ApplicationGatewayProbeMatch Match
Field Value
Type Description
ApplicationGatewayProbeMatch
View Source

MinimumServers

The minimum number of servers that are always marked as healthy. Defaults to 0.

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

Name

The Name of the Probe.

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

Path

The Path used for this Probe.

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

PickHostNameFromBackendHttpSettings

Whether the host header should be picked from the backend http settings. Defaults to false.

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

Protocol

The Protocol used for this Probe. Possible values are Http and Https.

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

Timeout

The Timeout used for this Probe, which indicates when a probe becomes unhealthy. Possible values range from 1 second to a maximum of 86,400 seconds.

Declaration
public readonly int Timeout
Field Value
Type Description
System.Int32
View Source

UnhealthyThreshold

The Unhealthy Threshold for this Probe, which indicates the amount of retries which should be attempted before a node is deemed unhealthy. Possible values are from 1 - 20 seconds.

Declaration
public readonly int UnhealthyThreshold
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.