IWithFrontend<ReturnT>.ToFrontends(String[]) Method

Definition

Specifies the frontends on this load balancer for outbound traffic.

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition.IWithAttach<ReturnT> ToFrontends (params string[] frontendNames);
abstract member ToFrontends : string[] -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.UpdateDefinition.IWithAttach<'ReturnT>
Public Function ToFrontends (ParamArray frontendNames As String()) As IWithAttach(Of ReturnT)

Parameters

frontendNames
String[]

The names of frontend.

Returns

The next stage of the definition.

Applies to