Interface HasFrontendPort.UpdateStages.WithFrontendPort<ReturnT>

Type Parameters:
ReturnT - the next stage of the update
All Known Subinterfaces:
LoadBalancerInboundNatRule.Update, LoadBalancerInboundNatRule.UpdateStages.WithFrontendPort, LoadBalancingRule.Update, LoadBalancingRule.UpdateStages.WithFrontendPort
Enclosing interface:
HasFrontendPort.UpdateStages

public static interface HasFrontendPort.UpdateStages.WithFrontendPort<ReturnT>
The stage of an update allowing to specify the frontend port.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromFrontendPort(int port)
    Specifies the frontend port to receive network traffic on.
  • Method Details

    • fromFrontendPort

      ReturnT fromFrontendPort(int port)
      Specifies the frontend port to receive network traffic on.
      Parameters:
      port - a port number
      Returns:
      the next stage of the definition