ApplicationGatewayListener.UpdateStages.WithProtocol Interface

public static interface ApplicationGatewayListener.UpdateStages.WithProtocol

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

Method Summary

Modifier and Type Method and Description
abstract Update withHttp()

Specifies that the listener is for the HTTP protocol.

abstract WithSslCertificate withHttps()

Specifies that the listener is for the HTTPS protocol.

Method Details

withHttp

public abstract ApplicationGatewayListener.Update withHttp()

Specifies that the listener is for the HTTP protocol.

Returns:

the next stage of the update

withHttps

public abstract ApplicationGatewayListener.UpdateStages.WithSslCertificate withHttps()

Specifies that the listener is for the HTTPS protocol.

Returns:

the next stage of the update

Applies to