Interface ApplicationGateway.UpdateStages.WithHttp2
-
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
- ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithHttp2The stage of the application gateway update allowing to specify whether HTTP2 is enabled on the application gateway.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGateway.UpdatewithHttp2()Enables HTTP2 for the application gateway.ApplicationGateway.UpdatewithoutHttp2()Disables HTTP2 for the application gateway.
-
-
-
Method Detail
-
withHttp2
ApplicationGateway.Update withHttp2()
Enables HTTP2 for the application gateway.- Returns:
- the next stage of the update
-
withoutHttp2
ApplicationGateway.Update withoutHttp2()
Disables HTTP2 for the application gateway.- Returns:
- the next stage of the update
-
-