ApplicationGatewayProbe.UpdateDefinitionStages.WithHealthyHttpResponseBodyContents<ReturnT> Interface

Type Parameters

ReturnT

the stage of the parent application gateway update to return to after attaching this definition

public static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithHealthyHttpResponseBodyContents

The stage of an application gateway probe definition allowing to specify the body contents of a healthy HTTP response to a probe.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withHealthyHttpResponseBodyContents(String text)

Specifies the content, if any, to look for in the body of an HTTP response to a probe to determine the health status of the backend.

Method Details

withHealthyHttpResponseBodyContents

public abstract ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach withHealthyHttpResponseBodyContents(String text)

Specifies the content, if any, to look for in the body of an HTTP response to a probe to determine the health status of the backend.

Parameters:

text - contents to look for

Returns:

the next stage of the definition

Applies to