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
-
withHostnames
-