Interface ApplicationGatewayProbe.UpdateStages.WithProtocol
- All Superinterfaces:
HasProtocol.UpdateStages.WithProtocol<ApplicationGatewayProbe.Update, ApplicationGatewayProtocol>
- All Known Subinterfaces:
ApplicationGatewayProbe.Update
- Enclosing interface:
ApplicationGatewayProbe.UpdateStages
public static interface ApplicationGatewayProbe.UpdateStages.WithProtocol
extends HasProtocol.UpdateStages.WithProtocol<ApplicationGatewayProbe.Update, ApplicationGatewayProtocol>
Stage of an application gateway probe update allowing to specify the protocol of the probe.
-
Method Summary
Modifier and TypeMethodDescriptionwithHttp()Specifies HTTP as the probe protocol.Specifies HTTPS as the probe protocol.Methods inherited from interface HasProtocol.UpdateStages.WithProtocol
withProtocol
-
Method Details
-
withHttp
ApplicationGatewayProbe.Update withHttp()Specifies HTTP as the probe protocol.- Returns:
- the next stage of the update
-
withHttps
ApplicationGatewayProbe.Update withHttps()Specifies HTTPS as the probe protocol.- Returns:
- the next stage of the update
-