Interface HasHostName.UpdateStages.WithHostName<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the update
- All Known Subinterfaces:
ApplicationGatewayListener.Update,ApplicationGatewayListener.UpdateStages.WithHostName
- Enclosing interface:
- HasHostName.UpdateStages
public static interface HasHostName.UpdateStages.WithHostName<ReturnT>The stage of an update allowing to specify a host name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithHostName(String hostName)Specifies the host name.
-