Interface ApplicationGatewayProbe.UpdateStages.WithInterval
- All Known Subinterfaces:
ApplicationGatewayProbe.Update
- Enclosing interface:
ApplicationGatewayProbe.UpdateStages
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 TypeMethodDescriptionwithTimeBetweenProbesInSeconds(int seconds) Specifies the time interval in seconds between consecutive probes.
-
Method Details
-
withTimeBetweenProbesInSeconds
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
-