IWithListener.FromListener(String) Method

Definition

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.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IUpdate FromListener (string name);
abstract member FromListener : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Update.IUpdate
Public Function FromListener (name As String) As IUpdate

Parameters

name
String

The name of a listener to reference.

Returns

Applies to