Share via


IWithBackend.WithoutBackend(String) Method

Definition

Removes the specified backend from the load balancer.

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

Parameters

name
String

The name of the backend to remove.

Returns

Applies to