Interface ApplicationGatewayProbe.UpdateStages.WithHost

All Known Subinterfaces:
ApplicationGatewayProbe.Update
Enclosing interface:
ApplicationGatewayProbe.UpdateStages

public static interface ApplicationGatewayProbe.UpdateStages.WithHost
Stage of an application gateway probe update allowing to specify the host to send the probe to.
  • Method Details

    • withHost

      Specifies the host name to send the probe to.
      Parameters:
      host - a host name
      Returns:
      the next stage of the update
    • withHostNameFromBackendHttpSettings

      ApplicationGatewayProbe.Update withHostNameFromBackendHttpSettings()
      Specifies using the host name from the HTTP settings to which this probe is associated.
      Returns:
      the next stage of the definition
    • withoutHostNameFromBackendHttpSettings

      ApplicationGatewayProbe.Update withoutHostNameFromBackendHttpSettings()
      Specifies not using the host name from the HTTP settings.
      Returns:
      the next stage of the definition