probe Method
Parameters
value
Specifies HTTP method the health probe uses when querying the backend pool instances. Possible values include: GET
and HEAD
. Defaults to GET
.
NOTE: Use the
HEAD
method if you do not need to check the response body of your health probe.