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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python