LoadBalancerInboundNatPool.Update Interface
public interface Update extends Settable<LoadBalancer.Update>,LoadBalancerInboundNatPool.UpdateStages.WithProtocol,LoadBalancerInboundNatPool.UpdateStages.WithFrontend,LoadBalancerInboundNatPool.UpdateStages.WithBackendPort,LoadBalancerInboundNatPool.UpdateStages.WithFrontendPortRange
L’intégralité d’une mise à jour du pool NAT entrant dans le cadre d’une mise à jour de l’équilibreur de charge.
Membres hérités
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)
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java