Interface ApplicationGateway.DefinitionStages.WithHttp2
-
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithHttp2The stage of the application gateway definition 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.DefinitionStages.WithCreatewithHttp2()Enables HTTP2 for the application gateway.ApplicationGateway.DefinitionStages.WithCreatewithoutHttp2()Disables HTTP2 for the application gateway.
-
-
-
Method Detail
-
withHttp2
ApplicationGateway.DefinitionStages.WithCreate withHttp2()
Enables HTTP2 for the application gateway.- Returns:
- the next stage of the definition
-
withoutHttp2
ApplicationGateway.DefinitionStages.WithCreate withoutHttp2()
Disables HTTP2 for the application gateway.- Returns:
- the next stage of the definition
-
-