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

IWithOutboundSnat<ReturnT> 接口

定义

允许禁用出站 SNAT 的负载均衡规则定义的阶段。

public interface IWithOutboundSnat<ReturnT>
type IWithOutboundSnat<'ReturnT> = interface
Public Interface IWithOutboundSnat(Of ReturnT)

类型参数

ReturnT

附加此定义后要返回到的父定义的阶段。

派生

方法

WithDisableOutboundSnat()

为后端池中的 VM 配置 SNAT,以使用负载均衡规则前端中指定的 publicIP 地址。

适用于