PfMetrics Struct
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.
Metrics for pass/fail criteria.
public readonly struct PfMetrics : IEquatable<Azure.Developer.LoadTesting.PfMetrics>
type PfMetrics = struct
Public Structure PfMetrics
Implements IEquatable(Of PfMetrics)
- Inheritance
-
PfMetrics
- Implements
Constructors
| PfMetrics(String) |
Initializes a new instance of PfMetrics. |
Properties
| Error |
Pass fail criteria for error metric. |
| Latency |
Pass fail criteria for latency metric in milliseconds. |
| Requests |
Pass fail criteria for total requests. |
| RequestsPerSecond |
Pass fail criteria for request per second. |
| ResponseTimeInMilliseconds |
Pass fail criteria for response time metric in milliseconds. |
Methods
| Equals(PfMetrics) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(PfMetrics, PfMetrics) |
Determines if two PfMetrics values are the same. |
| Implicit(String to PfMetrics) | |
| Inequality(PfMetrics, PfMetrics) |
Determines if two PfMetrics values are not the same. |