Partager via


LoadBalancer.Update Interface

public interface Update extends Appliable,Resource.UpdateWithTags,LoadBalancer.UpdateStages.WithProbe,LoadBalancer.UpdateStages.WithBackend,LoadBalancer.UpdateStages.WithLoadBalancingRule,LoadBalancer.UpdateStages.WithPublicFrontend,LoadBalancer.UpdateStages.WithPrivateFrontend,LoadBalancer.UpdateStages.WithInboundNatRule,LoadBalancer.UpdateStages.WithInboundNatPool

Modèle pour une opération de mise à jour de l’équilibreur de charge, contenant tous les paramètres pouvant être modifiés.

Membres hérités

Appliable<T>.apply() Appliable<T>.applyAsync() Appliable<T>.applyAsync(final ServiceCallback<T> callback) LoadBalancer.UpdateStages.WithBackend.defineBackend(String name) LoadBalancer.UpdateStages.WithProbe.defineHttpProbe(String name) LoadBalancer.UpdateStages.WithInboundNatPool.defineInboundNatPool(String name) LoadBalancer.UpdateStages.WithInboundNatRule.defineInboundNatRule(String name) LoadBalancer.UpdateStages.WithLoadBalancingRule.defineLoadBalancingRule(String name) LoadBalancer.UpdateStages.WithPrivateFrontend.definePrivateFrontend(String name) LoadBalancer.UpdateStages.WithPublicFrontend.definePublicFrontend(String name) LoadBalancer.UpdateStages.WithProbe.defineTcpProbe(String name) Indexable.key() LoadBalancer.UpdateStages.WithBackend.updateBackend(String name) LoadBalancer.UpdateStages.WithProbe.updateHttpProbe(String name) LoadBalancer.UpdateStages.WithInboundNatPool.updateInboundNatPool(String name) LoadBalancer.UpdateStages.WithInboundNatRule.updateInboundNatRule(String name) LoadBalancer.UpdateStages.WithLoadBalancingRule.updateLoadBalancingRule(String name) LoadBalancer.UpdateStages.WithPrivateFrontend.updatePrivateFrontend(String name) LoadBalancer.UpdateStages.WithPublicFrontend.updatePublicFrontend(String name) LoadBalancer.UpdateStages.WithProbe.updateTcpProbe(String name) LoadBalancer.UpdateStages.WithBackend.withoutBackend(String name) LoadBalancer.UpdateStages.WithPublicFrontend.withoutFrontend(String name) LoadBalancer.UpdateStages.WithInboundNatPool.withoutInboundNatPool(String name) LoadBalancer.UpdateStages.WithInboundNatRule.withoutInboundNatRule(String name) LoadBalancer.UpdateStages.WithLoadBalancingRule.withoutLoadBalancingRule(String name) LoadBalancer.UpdateStages.WithProbe.withoutProbe(String name) Resource.UpdateWithTags<T>.withoutTag(String key) Resource.UpdateWithTags<T>.withTag(String key, String value) Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)

S’applique à