Interface ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseBodyContents<ReturnT>

Type Parameters:
ReturnT - the stage of the parent application gateway definition to return to after attaching this definition
All Known Subinterfaces:
ApplicationGatewayProbe.Definition<ParentT>, ApplicationGatewayProbe.DefinitionStages.WithAttach<ReturnT>
Enclosing interface:
ApplicationGatewayProbe.DefinitionStages

public static interface ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseBodyContents<ReturnT>
The stage of an application gateway probe definition allowing to specify the body contents of a healthy HTTP response to a probe.
  • Method Details

    • withHealthyHttpResponseBodyContents

      ApplicationGatewayProbe.DefinitionStages.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.
      Parameters:
      text - contents to look for
      Returns:
      the next stage of the definition