probeMethod

@JvmName(name = "gaistgacipabbvgj")
suspend fun probeMethod(value: Output<String>)
@JvmName(name = "kvnxmdsviumanivx")
suspend fun probeMethod(value: String?)

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.