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