Interface ApplicationGatewayProbe.UpdateStages.WithHealthyHttpResponseBodyContents
-
- All Known Subinterfaces:
ApplicationGatewayProbe.Update
- Enclosing interface:
- ApplicationGatewayProbe.UpdateStages
public static interface ApplicationGatewayProbe.UpdateStages.WithHealthyHttpResponseBodyContentsThe stage of an application gateway probe update allowing to specify the body contents of a healthy HTTP response to a probe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayProbe.UpdatewithHealthyHttpResponseBodyContents(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 Detail
-
withHealthyHttpResponseBodyContents
ApplicationGatewayProbe.Update 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
-
-