ApplicationGatewayProbe.UpdateStages.WithInterval Interface

public static interface ApplicationGatewayProbe.UpdateStages.WithInterval

Stage of an application gateway probe update allowing to specify the time interval between consecutive probes.

Method Summary

Modifier and Type Method and Description
abstract Update withTimeBetweenProbesInSeconds(int seconds)

Specifies the time interval in seconds between consecutive probes.

Method Details

withTimeBetweenProbesInSeconds

public abstract ApplicationGatewayProbe.Update withTimeBetweenProbesInSeconds(int seconds)

Specifies the time interval in seconds between consecutive probes.

Parameters:

seconds - a number of seconds between 1 and 86400

Returns:

the next stage of the update

Applies to