ApplicationGatewayListener.UpdateDefinitionStages.WithProtocol<ParentT> Interface

Type Parameters

ParentT

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

public static interface ApplicationGatewayListener.UpdateDefinitionStages.WithProtocol

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

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withHttp()

Specifies that the listener is for the HTTP protocol.

abstract WithSslCertificate<ParentT> withHttps()

Specifies that the listener is for the HTTPS protocol.

Method Details

withHttp

public abstract ApplicationGatewayListener.UpdateDefinitionStages.WithAttach withHttp()

Specifies that the listener is for the HTTP protocol.

Returns:

the next stage of the definition

withHttps

public abstract ApplicationGatewayListener.UpdateDefinitionStages.WithSslCertificate withHttps()

Specifies that the listener is for the HTTPS protocol.

Returns:

the next stage of the definition

Applies to