Interface ApplicationGatewayProbe.DefinitionStages.WithInterval<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayProbe.Definition<ParentT>, ApplicationGatewayProbe.DefinitionStages.WithAttach<ReturnT>
- Enclosing interface:
ApplicationGatewayProbe.DefinitionStages
public static interface ApplicationGatewayProbe.DefinitionStages.WithInterval<ParentT>
Stage of an application gateway probe definition 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
ApplicationGatewayProbe.DefinitionStages.WithAttach<ParentT> 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 definition
-