Share via


IWithPrivateFrontend.DefinePrivateFrontend(String) Method

Definition

Begins the update of an internal load balancer frontend.

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.UpdateDefinition.IBlank<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate> DefinePrivateFrontend (string name);
abstract member DefinePrivateFrontend : string -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.UpdateDefinition.IBlank<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
Public Function DefinePrivateFrontend (name As String) As IBlank(Of IUpdate)

Parameters

name
String

The name for the frontend.

Returns

Applies to