ApplicationGateway.UpdateStages.WithHttp2 Interface

public static interface ApplicationGateway.UpdateStages.WithHttp2

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

Method Summary

Modifier and Type Method and Description
abstract Update withHttp2()

Enables HTTP2 for the application gateway.

abstract Update withoutHttp2()

Disables HTTP2 for the application gateway.

Method Details

withHttp2

public abstract ApplicationGateway.Update withHttp2()

Enables HTTP2 for the application gateway.

Returns:

the next stage of the update

withoutHttp2

public abstract ApplicationGateway.Update withoutHttp2()

Disables HTTP2 for the application gateway.

Returns:

the next stage of the update

Applies to