Interface ApplicationGatewayProbe.UpdateStages
-
- Enclosing interface:
- ApplicationGatewayProbe
public static interface ApplicationGatewayProbe.UpdateStagesGrouping of application gateway probe update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayProbe.UpdateStages.WithHealthyHttpResponseBodyContentsThe stage of an application gateway probe update allowing to specify the body contents of a healthy HTTP response to a probe.static interfaceApplicationGatewayProbe.UpdateStages.WithHealthyHttpResponseStatusCodeRangesThe stage of an application gateway probe update allowing to specify healthy HTTP response status code ranges.static interfaceApplicationGatewayProbe.UpdateStages.WithHostStage of an application gateway probe update allowing to specify the host to send the probe to.static interfaceApplicationGatewayProbe.UpdateStages.WithIntervalStage of an application gateway probe update allowing to specify the time interval between consecutive probes.static interfaceApplicationGatewayProbe.UpdateStages.WithPathStage of an application gateway probe update allowing to specify the path to send the probe to.static interfaceApplicationGatewayProbe.UpdateStages.WithProtocolStage of an application gateway probe update allowing to specify the protocol of the probe.static interfaceApplicationGatewayProbe.UpdateStages.WithRetriesStage of an application gateway probe update allowing to specify the number of retries before the server is considered unhealthy.static interfaceApplicationGatewayProbe.UpdateStages.WithTimeoutStage of an application gateway probe update allowing to specify the amount of time to after which the probe is considered failed.
-