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

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

定义

指定此负载均衡器上出站流量的前端。 前端必须是静态公共 IP 地址。

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

参数

frontendNames
String[]

前端的名称。

返回

定义的下一阶段。

适用于