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 host names.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithHostname(String hostname)Specifies the host name.ReturnTwithHostnames(List<String> hostnames)Specifies up to 5 hostnames to reference.
-