get Application Gateway Backend Health On Demand
Gets the backend health for given combination of backend pool and http setting of the specified application gateway in a resource group. Uses Azure REST API version 2023-02-01. Other available API versions: 2019-06-01, 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-05-01.
Return
Result of on demand test probe.
Parameters
null
Return
Result of on demand test probe.
Parameters
The name of the application gateway.
Reference to backend pool of application gateway to which probe request will be sent.
Reference to backend http setting of application gateway to be used for test probe.
Expands BackendAddressPool and BackendHttpSettings referenced in backend health.
Host name to send the probe to.
Criterion for classifying a healthy probe response.
Relative path of probe. Valid path starts from '/'. Probe is sent to
Whether the host header should be picked from the backend http settings. Default value is false.
The protocol used for the probe.
The name of the resource group.
The probe timeout in seconds. Probe marked as failed if valid response is not received with this timeout period. Acceptable values are from 1 second to 86400 seconds.
See also
Return
Result of on demand test probe.
Parameters
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetApplicationGatewayBackendHealthOnDemandPlainArgs.