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
-
Method Details
-
withPort
Specifies the port number.- Parameters:
portNumber- a port number- Returns:
- the next stage of the update
-