你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithFrontend<ReturnT>.ToFrontends(String[]) 方法

定义

指定此负载均衡器上的出站流量的前端。

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)

参数

frontendNames
String[]

前端的名称。

返回

定义的下一阶段。

适用于