LoadBalancerInboundNatPool.Update Interface
public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatPool.UpdateStages.WithProtocol,LoadBalancerInboundNatPool.UpdateStages.WithFrontend,LoadBalancerInboundNatPool.UpdateStages.WithBackendPort,LoadBalancerInboundNatPool.UpdateStages.WithFrontendPortRange
The entirety of an inbound NAT pool update as part of a load balancer update.
Inherited Members
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)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java