IWithListener.WithoutListener(String) Method

Definition

Removes a frontend listener from the application gateway. Note that removing a listener referenced by other settings may break the application gateway.

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

Parameters

name
String

The name of the listener to remove.

Returns

Applies to