IWithListener.UpdateListener(String) Method

Definition

Begins the update of a listener.

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

Parameters

name
String

The name of an existing listener to update.

Returns

Applies to