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
Modifier and TypeMethodDescriptionwithHostname(String hostname) Specifies the host name.withHostnames(List<String> hostnames) Specifies up to 5 hostnames to reference.
-
Method Details
-
withHostname
Specifies the host name.- Parameters:
hostname- an existing host name- Returns:
- the next stage of the update
-
withHostnames
Specifies up to 5 hostnames to reference.- Parameters:
hostnames- existing host names- Returns:
- the next stage of the definition
-