IWithTarget.WithTargetListener(String) Method

Definition

Specifies the listener on this application gateway to redirect to.

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

Parameters

name
String

The name of a listener on this application gateway.

Returns

Applies to