ApplicationGatewayRequestRoutingRule.UpdateStages.WithListener Interface

public static interface ApplicationGatewayRequestRoutingRule.UpdateStages.WithListener

The stage of an application gateway request routing rule update allowing to specify an existing listener to associate the routing rule with.

Method Summary

Modifier and Type Method and Description
abstract Update fromListener(String name)

Associates the request routing rule with an existing frontend listener.

Method Details

fromListener

public abstract ApplicationGatewayRequestRoutingRule.Update fromListener(String name)

Associates the request routing rule with an existing frontend listener.

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 update

Applies to