Share via


IWithTarget<ReturnT>.WithTargetListener(String) Method

Definition

Specifies the listener on this application gateway to redirect to.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithAttachAndPath<ReturnT> WithTargetListener (string name);
abstract member WithTargetListener : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRedirectConfiguration.UpdateDefinition.IWithAttachAndPath<'ReturnT>
Public Function WithTargetListener (name As String) As IWithAttachAndPath(Of ReturnT)

Parameters

name
String

The name of a listener on this application gateway.

Returns

Applies to