ApplicationGateway.DefinitionStages.WithListener Interface

public static interface ApplicationGateway.DefinitionStages.WithListener

The stage of an application gateway definition allowing to add a listener.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithCreate> defineListener(String name)

Begins the definition of a new application gateway listener to be attached to the gateway.

Method Details

defineListener

public abstract ApplicationGatewayListener.DefinitionStages.Blank defineListener(String name)

Begins the definition of a new application gateway listener to be attached to the gateway.

Parameters:

name - a unique name for the listener

Returns:

the first stage of the listener definition

Applies to