Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProtocol
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProtocol
The stage of an application gateway backend HTTP configuration allowing to specify the protocol.
-
Method Summary
Modifier and TypeMethodDescriptionwithHttp()Specifies HTTP as the protocol.Specifies HTTPS as the protocol.
-
Method Details
-
withHttps
Specifies HTTPS as the protocol.- Returns:
- the next stage of the update
-
withHttp
Specifies HTTP as the protocol.- Returns:
- the next stage of the update
-