Share via


IWithPublicFrontend.WithoutFrontend(String) Method

Definition

Removes the specified frontend from the load balancer.

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

Parameters

name
String

The name of an existing front end on this load balancer.

Returns

Applies to