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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithPort(int portNumber)Specifies the port number.
-
-
-
Method Detail
-
withPort
ReturnT withPort(int portNumber)
Specifies the port number.- Parameters:
portNumber- a port number- Returns:
- the next stage of the update
-
-