Interface LoadBalancer.DefinitionStages.WithBackend
- All Known Subinterfaces:
LoadBalancer.Definition, LoadBalancer.DefinitionStages.WithCreate, LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool, LoadBalancer.DefinitionStages.WithCreateAndInboundNatRule, LoadBalancer.DefinitionStages.WithCreateAndNatChoice, LoadBalancer.DefinitionStages.WithCreateAndOutboundRule, LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate
- Enclosing interface:
LoadBalancer.DefinitionStages
public static interface LoadBalancer.DefinitionStages.WithBackend
The stage of a load balancer definition allowing to add a backend.
-
Method Summary
-
Method Details
-
defineBackend
LoadBalancerBackend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> defineBackend(String name) Starts the definition of a backend.- Parameters:
name- the name to assign to the backend- Returns:
- the next stage of the update
-