IWithFrontend.ToFrontends(String[]) Method

Definition

Specifies the frontends on this load balancer for outbound traffic.

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate ToFrontends (params string[] frontendNames);
abstract member ToFrontends : string[] -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate
Public Function ToFrontends (ParamArray frontendNames As String()) As IUpdate

Parameters

frontendNames
String[]

The names of frontend.

Returns

The next stage of the update.

Applies to