ConnectionMonitorSuccessThreshold Class
Describes the threshold for declaring a test successful.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectionMonitorSuccessThreshold
Constructor
ConnectionMonitorSuccessThreshold(*, checks_failed_percent: int | None = None, round_trip_time_ms: float | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
checks_failed_percent
|
The maximum percentage of failed checks permitted for a test to evaluate as successful. |
round_trip_time_ms
|
The maximum round-trip time in milliseconds permitted for a test to evaluate as successful. |
Variables
Name | Description |
---|---|
checks_failed_percent
|
The maximum percentage of failed checks permitted for a test to evaluate as successful. |
round_trip_time_ms
|
The maximum round-trip time in milliseconds permitted for a test to evaluate as successful. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python