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

IWithFrontend.ToFrontends(String[]) 方法

定义

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

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

参数

frontendNames
String[]

前端的名称。

返回

更新的下一阶段。

适用于