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

    Modifier and Type
    Method
    Description
    fromFrontend(String frontendName)
    Specifies the frontend.
  • Method Details

    • fromFrontend

      ReturnT fromFrontend(String frontendName)
      Specifies the frontend.
      Parameters:
      frontendName - an existing frontend name from this load balancer
      Returns:
      the next stage of the update