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