Interface ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout<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>
- Enclosing interface:
- ApplicationGatewayProbe.UpdateDefinitionStages
public static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout<ParentT>Stage of an application gateway probe definition allowing to specify the amount of time to after which the probe is considered failed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ParentT>withTimeoutInSeconds(int seconds)Specifies the amount of time in seconds waiting for a response before the probe is considered failed.
-
-
-
Method Detail
-
withTimeoutInSeconds
ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ParentT> withTimeoutInSeconds(int seconds)
Specifies the amount of time in seconds waiting for a response before the probe is considered failed.- Parameters:
seconds- a number of seconds between 1 and 86400- Returns:
- the next stage of the definition
-
-