ApplicationGateway.DefinitionStages.WithHttp2 Interface

public static interface ApplicationGateway.DefinitionStages.WithHttp2

The stage of the application gateway definition allowing to specify whether HTTP2 is enabled on the application gateway.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withHttp2()

Enables HTTP2 for the application gateway.

abstract WithCreate withoutHttp2()

Disables HTTP2 for the application gateway.

Method Details

withHttp2

public abstract ApplicationGateway.DefinitionStages.WithCreate withHttp2()

Enables HTTP2 for the application gateway.

Returns:

the next stage of the definition

withoutHttp2

public abstract ApplicationGateway.DefinitionStages.WithCreate withoutHttp2()

Disables HTTP2 for the application gateway.

Returns:

the next stage of the definition

Applies to