Compartilhar via


ConnectionMonitorSuccessThreshold Class

Describes the threshold for declaring a test successful.

Inheritance
azure.mgmt.network._serialization.Model
ConnectionMonitorSuccessThreshold

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
int

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
int

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.