Interface ApplicationGatewayProbe.UpdateStages.WithTimeout
-
- All Known Subinterfaces:
ApplicationGatewayProbe.Update
- Enclosing interface:
- ApplicationGatewayProbe.UpdateStages
public static interface ApplicationGatewayProbe.UpdateStages.WithTimeoutStage of an application gateway probe update 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.UpdatewithTimeoutInSeconds(int seconds)Specifies the amount of time in seconds waiting for a response before the probe is considered failed.
-
-
-
Method Detail
-
withTimeoutInSeconds
ApplicationGatewayProbe.Update 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 update
-
-