IWithBackend.UpdateBackend(String) Method

Definition

Begins the description of an update to an existing backend of this load balancer.

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

Parameters

name
String

The name of the backend to update.

Returns

Applies to