ApplicationGatewayListener.UpdateStages.WithProtocol Interface

public interface WithProtocol

The stage of an application gateway frontend listener update allowing to specify the protocol.

Method Summary

Modifier and Type Method and Description
ApplicationGatewayListener.Update withHttp()

Specifies that the listener is for the HTTP protocol.

ApplicationGatewayListener.UpdateStages.WithSslCertificate withHttps()

Specifies that the listener is for the HTTPS protocol.

Method Details

withHttp

public Update withHttp()

Specifies that the listener is for the HTTP protocol.

Returns:

the next stage of the update

withHttps

public WithSslCertificate withHttps()

Specifies that the listener is for the HTTPS protocol.

Returns:

the next stage of the update

Applies to