Application Gateway Probe
data class ApplicationGatewayProbe(val host: String? = null, val id: String? = null, val interval: Int, val match: ApplicationGatewayProbeMatch? = null, val minimumServers: Int? = null, val name: String, val path: String, val pickHostNameFromBackendHttpSettings: Boolean? = null, val port: Int? = null, val protocol: String, val timeout: Int, val unhealthyThreshold: Int)
Constructors
Link copied to clipboard
constructor(host: String? = null, id: String? = null, interval: Int, match: ApplicationGatewayProbeMatch? = null, minimumServers: Int? = null, name: String, path: String, pickHostNameFromBackendHttpSettings: Boolean? = null, port: Int? = null, protocol: String, timeout: Int, unhealthyThreshold: Int)
Properties
Link copied to clipboard
Link copied to clipboard
A match
block as defined above.
Link copied to clipboard
The minimum number of servers that are always marked as healthy. Defaults to 0
.
Link copied to clipboard
Whether the host header should be picked from the backend HTTP settings. Defaults to false
.
Link copied to clipboard
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 to 20.