Interface ApplicationGatewayListener.UpdateStages.WithProtocol
-
- All Known Subinterfaces:
ApplicationGatewayListener.Update
- Enclosing interface:
- ApplicationGatewayListener.UpdateStages
public static interface ApplicationGatewayListener.UpdateStages.WithProtocolThe stage of an application gateway frontend listener update allowing to specify the protocol.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayListener.UpdatewithHttp()Specifies that the listener is for the HTTP protocol.ApplicationGatewayListener.UpdateStages.WithSslCertificatewithHttps()Specifies that the listener is for the HTTPS protocol.
-
-
-
Method Detail
-
withHttp
ApplicationGatewayListener.Update withHttp()
Specifies that the listener is for the HTTP protocol.- Returns:
- the next stage of the update
-
withHttps
ApplicationGatewayListener.UpdateStages.WithSslCertificate withHttps()
Specifies that the listener is for the HTTPS protocol.- Returns:
- the next stage of the update
-
-