Interface LoadBalancer.Update
- All Superinterfaces:
Appliable<LoadBalancer>, Indexable, LoadBalancer.UpdateStages.WithBackend, LoadBalancer.UpdateStages.WithInboundNatPool, LoadBalancer.UpdateStages.WithInboundNatRule, LoadBalancer.UpdateStages.WithLoadBalancingRule, LoadBalancer.UpdateStages.WithOutboundRule, LoadBalancer.UpdateStages.WithPrivateFrontend, LoadBalancer.UpdateStages.WithProbe, LoadBalancer.UpdateStages.WithPublicFrontend, Resource.UpdateWithTags<LoadBalancer.Update>
- Enclosing interface:
LoadBalancer
public static interface LoadBalancer.Update
extends Appliable<LoadBalancer>, Resource.UpdateWithTags<LoadBalancer.Update>, LoadBalancer.UpdateStages.WithProbe, LoadBalancer.UpdateStages.WithBackend, LoadBalancer.UpdateStages.WithLoadBalancingRule, LoadBalancer.UpdateStages.WithPublicFrontend, LoadBalancer.UpdateStages.WithPrivateFrontend, LoadBalancer.UpdateStages.WithOutboundRule, LoadBalancer.UpdateStages.WithInboundNatRule, LoadBalancer.UpdateStages.WithInboundNatPool
The template for a load balancer update operation, containing all the settings that can be modified.
-
Method Summary
Methods inherited from interface Appliable
apply, apply, applyAsync, applyAsyncMethods inherited from interface LoadBalancer.UpdateStages.WithBackend
defineBackend, updateBackend, withoutBackendMethods inherited from interface LoadBalancer.UpdateStages.WithInboundNatPool
defineInboundNatPool, updateInboundNatPool, withoutInboundNatPoolMethods inherited from interface LoadBalancer.UpdateStages.WithInboundNatRule
defineInboundNatRule, updateInboundNatRule, withoutInboundNatRuleMethods inherited from interface LoadBalancer.UpdateStages.WithLoadBalancingRule
defineLoadBalancingRule, updateLoadBalancingRule, withoutLoadBalancingRuleMethods inherited from interface LoadBalancer.UpdateStages.WithOutboundRule
defineOutboundRule, updateOutboundRule, withoutOutboundRuleMethods inherited from interface LoadBalancer.UpdateStages.WithPrivateFrontend
definePrivateFrontend, updatePrivateFrontendMethods inherited from interface LoadBalancer.UpdateStages.WithProbe
defineHttpProbe, defineHttpsProbe, defineTcpProbe, updateHttpProbe, updateHttpsProbe, updateTcpProbe, withoutProbeMethods inherited from interface LoadBalancer.UpdateStages.WithPublicFrontend
definePublicFrontend, updatePublicFrontend, withoutFrontendMethods inherited from interface Resource.UpdateWithTags
withoutTag, withTag, withTags