Class ApplicationGatewayProbe
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayProbe
Fields
View SourceHost
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 |
Id
The ID of the Rewrite Rule Set
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Match
A match block as defined above.
Declaration
public readonly ApplicationGatewayProbeMatch Match
Field Value
| Type | Description |
|---|---|
| ApplicationGatewayProbeMatch |
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> |
Name
The Name of the Probe.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Path
The Path used for this Probe.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Protocol
The Protocol used for this Probe. Possible values are Http and Https.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |