IWithBackend.UpdateBackend(String) Method

Definition

Begins the update of an existing backend on this application gateway.

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

Parameters

name
String

The name of the backend.

Returns

Applies to