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

IWithFrontend.ToFrontend(String) 方法

定义

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

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate ToFrontend (string frontendName);
abstract member ToFrontend : string -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate
Public Function ToFrontend (frontendName As String) As IUpdate

参数

frontendName
String

前端的名称。

返回

更新的下一阶段。

适用于