ApplicationGatewayListener.DefinitionStages.WithProtocol<ParentT> Interface

Type Parameters

ParentT

the stage of the parent application gateway definition to return to after attaching this definition

public interface WithProtocol

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

Method Summary

Modifier and Type Method and Description
ApplicationGatewayListener.DefinitionStages.WithAttach<ParentT> withHttp()

Specifies that the listener is for the HTTP protocol.

ApplicationGatewayListener.DefinitionStages.WithSslCertificate<ParentT> withHttps()

Specifies that the listener is for the HTTPS protocol.

Method Details

withHttp

public WithAttach withHttp()

Specifies that the listener is for the HTTP protocol.

Returns:

the next stage of the definition

withHttps

public WithSslCertificate withHttps()

Specifies that the listener is for the HTTPS protocol.

Returns:

the next stage of the definition

Applies to