ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithListener<ParentT> Interface

Type Parameters

ParentT

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

public static interface ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithListener

The stage of an application gateway URL path map definition allowing to specify an existing listener to associate the URL path map with.

Method Summary

Modifier and Type Method and Description
abstract WithBackendHttpConfiguration<ParentT> fromListener(String name)

Associates the URL path map with a frontend listener.

Method Details

fromListener

public abstract ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendHttpConfiguration fromListener(String name)

Associates the URL path map with a frontend listener.

If the listener with the specified name does not yet exist, it must be defined separately in the optional stages of the application gateway definition. This only adds a reference to the listener by its name.

Also, note that a given listener can be used by no more than one request routing rule at a time.

Parameters:

name - the name of a listener to reference

Returns:

the next stage of the definition

Applies to