ConnectionMonitorSuccessThreshold Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the threshold for declaring a test successful.
public class ConnectionMonitorSuccessThreshold
type ConnectionMonitorSuccessThreshold = class
Public Class ConnectionMonitorSuccessThreshold
- Inheritance
-
ConnectionMonitorSuccessThreshold
Constructors
ConnectionMonitorSuccessThreshold() |
Initializes a new instance of the ConnectionMonitorSuccessThreshold class. |
ConnectionMonitorSuccessThreshold(Nullable<Int32>, Nullable<Double>) |
Initializes a new instance of the ConnectionMonitorSuccessThreshold class. |
Properties
ChecksFailedPercent |
Gets or sets the maximum percentage of failed checks permitted for a test to evaluate as successful. |
RoundTripTimeMs |
Gets or sets the maximum round-trip time in milliseconds permitted for a test to evaluate as successful. |
Applies to
Azure SDK for .NET