PassFailResult 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.
Pass/fail criteria result.
public readonly struct PassFailResult : IEquatable<Azure.Developer.LoadTesting.PassFailResult>
type PassFailResult = struct
Public Structure PassFailResult
Implements IEquatable(Of PassFailResult)
- Inheritance
-
PassFailResult
- Implements
Constructors
PassFailResult(String) |
Initializes a new instance of PassFailResult. |
Properties
Failed |
Given pass fail criteria metric has failed. |
Passed |
Given pass fail criteria metric has passed. |
Undetermined |
Given pass fail criteria metric couldn't determine. |
Methods
Equals(PassFailResult) |
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(PassFailResult, PassFailResult) |
Determines if two PassFailResult values are the same. |
Implicit(String to PassFailResult) |
Converts a String to a PassFailResult. |
Inequality(PassFailResult, PassFailResult) |
Determines if two PassFailResult values are not the same. |