IWithFrontend.UpdateFrontend(String) Method

Definition

Begins the update of an existing front end IP configuration.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Update.IUpdate UpdateFrontend (string frontendName);
abstract member UpdateFrontend : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Update.IUpdate
Public Function UpdateFrontend (frontendName As String) As IUpdate

Parameters

frontendName
String

The name of an existing front end IP configuration.

Returns

Applies to