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

IWithInboundNatRule 接口

定义

负载均衡器更新的阶段,允许定义、删除或编辑入站 NAT 规则。

public interface IWithInboundNatRule
type IWithInboundNatRule = interface
Public Interface IWithInboundNatRule
派生

方法

DefineInboundNatRule(String)

开始定义新的入站 NAT 规则。 定义必须通过调用 LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach.attach () 来完成。

UpdateInboundNatRule(String)

开始对现有入站 NAT 规则的更新的说明。

WithoutInboundNatRule(String)

从负载均衡器中删除指定的入站 NAT 规则。

适用于