Interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProtocol
-
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration.UpdateStages
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProtocolThe stage of an application gateway backend HTTP configuration allowing to specify the protocol.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayBackendHttpConfiguration.UpdatewithHttp()Specifies HTTP as the protocol.ApplicationGatewayBackendHttpConfiguration.UpdatewithHttps()Specifies HTTPS as the protocol.
-
-
-
Method Detail
-
withHttps
ApplicationGatewayBackendHttpConfiguration.Update withHttps()
Specifies HTTPS as the protocol.- Returns:
- the next stage of the update
-
withHttp
ApplicationGatewayBackendHttpConfiguration.Update withHttp()
Specifies HTTP as the protocol.- Returns:
- the next stage of the update
-
-