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 Details

    • withHostname

      ReturnT withHostname(String hostname)
      Specifies the host name.
      Parameters:
      hostname - an existing host name
      Returns:
      the next stage of the update
    • withHostnames

      ReturnT withHostnames(List<String> hostnames)
      Specifies up to 5 hostnames to reference.
      Parameters:
      hostnames - existing host names
      Returns:
      the next stage of the definition