Interface LoadBalancerOutboundRule.UpdateStages.WithBackend<ParentT>
-
- All Known Subinterfaces:
LoadBalancerOutboundRule.Update<ParentT>
- Enclosing interface:
- LoadBalancerOutboundRule.UpdateStages
public static interface LoadBalancerOutboundRule.UpdateStages.WithBackend<ParentT>The stage of an outbound rule update allowing to specify the backend pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerOutboundRule.Update<ParentT>fromBackend(String name)Specifies the backend pool.
-
-
-
Method Detail
-
fromBackend
LoadBalancerOutboundRule.Update<ParentT> fromBackend(String name)
Specifies the backend pool.- Parameters:
name- backend pool name- Returns:
- the next stage of the update
-
-