你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LoadBalancerInboundNatPool.Update 接口
public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatPool.UpdateStages.WithProtocol,LoadBalancerInboundNatPool.UpdateStages.WithFrontend,LoadBalancerInboundNatPool.UpdateStages.WithBackendPort,LoadBalancerInboundNatPool.UpdateStages.WithFrontendPortRange
作为负载均衡器更新的一部分,整个入站 NAT 池更新。
继承成员
HasFrontend.UpdateStages.WithFrontend<ReturnT>.fromFrontend(String frontendName)
LoadBalancerInboundNatPool.UpdateStages.WithFrontendPortRange.fromFrontendPortRange(int from, int to)
Settable<ParentT>.parent()
HasBackendPort.UpdateStages.WithBackendPort<ReturnT>.toBackendPort(int port)
HasProtocol.UpdateStages.WithProtocol<ReturnT,ProtocolT>.withProtocol(ProtocolT protocol)