Interface ApplicationGatewayProbe.DefinitionStages
-
- Enclosing interface:
- ApplicationGatewayProbe
public static interface ApplicationGatewayProbe.DefinitionStagesGrouping of application gateway probe definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayProbe.DefinitionStages.Blank<ParentT>The first stage of an application gateway probe definition.static interfaceApplicationGatewayProbe.DefinitionStages.WithAttach<ReturnT>The final stage of an application gateway probe definition.static interfaceApplicationGatewayProbe.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.static interfaceApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseStatusCodeRanges<ReturnT>The stage of an application gateway probe definition allowing to specify healthy HTTP response status code ranges.static interfaceApplicationGatewayProbe.DefinitionStages.WithHost<ParentT>Stage of an application gateway probe definition allowing to specify the host to send the probe to.static interfaceApplicationGatewayProbe.DefinitionStages.WithInterval<ParentT>Stage of an application gateway probe definition allowing to specify the time interval between consecutive probes.static interfaceApplicationGatewayProbe.DefinitionStages.WithPath<ParentT>Stage of an application gateway probe definition allowing to specify the relative path to send the probe to.static interfaceApplicationGatewayProbe.DefinitionStages.WithProtocol<ParentT>Stage of an application gateway probe update allowing to specify the protocol of the probe.static interfaceApplicationGatewayProbe.DefinitionStages.WithRetries<ParentT>Stage of an application gateway probe definition allowing to specify the number of retries before the server is considered unhealthy.static interfaceApplicationGatewayProbe.DefinitionStages.WithTimeout<ParentT>Stage of an application gateway probe definition allowing to specify the amount of time to after which the probe is considered failed.
-