Get Application Gateway Probe
data class GetApplicationGatewayProbe(val host: String, val id: String, val interval: Int, val matches: List<GetApplicationGatewayProbeMatch>, val minimumServers: Int, val name: String, val path: String, val pickHostNameFromBackendHttpSettings: Boolean, val port: Int, val protocol: String, val timeout: Int, val unhealthyThreshold: Int)
Properties
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.
Link copied to clipboard
Whether the host header is picked from the backend HTTP settings.
Link copied to clipboard
The Unhealthy Threshold for this Probe, which indicates the amount of retries which will be attempted before a node is deemed unhealthy.