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