ApplicationGatewayProbe.UpdateStages.WithHost Interface

public static interface ApplicationGatewayProbe.UpdateStages.WithHost

Stage of an application gateway probe update allowing to specify the host to send the probe to.

Method Summary

Modifier and Type Method and Description
abstract Update withHost(String host)

Specifies the host name to send the probe to.

Method Details

withHost

public abstract ApplicationGatewayProbe.Update withHost(String host)

Specifies the host name to send the probe to.

Parameters:

host - a host name

Returns:

the next stage of the update

Applies to