ApplicationGatewayRequestRoutingRule.UpdateStages.WithListener Interface

public interface 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
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.

Method Details

fromListener

public 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