Interface HasPort.UpdateStages.WithPort<ReturnT>

Type Parameters:
ReturnT - the next stage of the update
All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration.Update, ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithPort
Enclosing interface:
HasPort.UpdateStages

public static interface HasPort.UpdateStages.WithPort<ReturnT>
The stage of a definition allowing to specify a port number.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPort(int portNumber)
    Specifies the port number.
  • Method Details

    • withPort

      ReturnT withPort(int portNumber)
      Specifies the port number.
      Parameters:
      portNumber - a port number
      Returns:
      the next stage of the update