Interface HasFrontend.UpdateStages.WithFrontend<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the update
- All Known Subinterfaces:
LoadBalancerInboundNatPool.Update,LoadBalancerInboundNatPool.UpdateStages.WithFrontend,LoadBalancerInboundNatRule.Update,LoadBalancerInboundNatRule.UpdateStages.WithFrontend,LoadBalancingRule.Update,LoadBalancingRule.UpdateStages.WithFrontend
- Enclosing interface:
- HasFrontend.UpdateStages
public static interface HasFrontend.UpdateStages.WithFrontend<ReturnT>The stage of an update allowing to specify a frontend.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTfromFrontend(String frontendName)Specifies the frontend.
-