Interface LoadBalancer.UpdateStages
-
- Enclosing interface:
- LoadBalancer
public static interface LoadBalancer.UpdateStagesGrouping of load balancer update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancer.UpdateStages.WithBackendThe stage of the load balancer update allowing to add or remove backends.static interfaceLoadBalancer.UpdateStages.WithInboundNatPoolThe stage of a load balancer update allowing to create a new inbound NAT pool for a virtual machine scale set.static interfaceLoadBalancer.UpdateStages.WithInboundNatRuleThe stage of a load balancer update allowing to define, remove or edit inbound NAT rules.static interfaceLoadBalancer.UpdateStages.WithLoadBalancingRuleThe stage of the load balancer update allowing to add, remove or modify load balancing rules.static interfaceLoadBalancer.UpdateStages.WithOutboundRuleThe stage of a load balancer update allowing to define, remove or edit outbound rules.static interfaceLoadBalancer.UpdateStages.WithPrivateFrontendThe stage of a load balancer update allowing to define one or more private frontends.static interfaceLoadBalancer.UpdateStages.WithProbeThe stage of the load balancer update allowing to add, remove or modify probes.static interfaceLoadBalancer.UpdateStages.WithPublicFrontendThe stage of a load balancer update allowing to define, remove or edit Internet-facing frontends.
-