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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ParentT>withTimeBetweenProbesInSeconds(int seconds)Specifies the time interval in seconds between consecutive probes.
-
-
-
Method Detail
-
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
-
-