PassFailAction 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.
Action to take on failure of pass/fail criteria.
public readonly struct PassFailAction : IEquatable<Azure.Developer.LoadTesting.PassFailAction>
type PassFailAction = struct
Public Structure PassFailAction
Implements IEquatable(Of PassFailAction)
- Inheritance
-
PassFailAction
- Implements
Constructors
PassFailAction(String) |
Initializes a new instance of PassFailAction. |
Properties
Continue |
Test will continue to run even if pass fail metric criteria metric gets failed. |
Stop |
Test run will stop if pass fail criteria metric is not passed. |
Methods
Equals(PassFailAction) |
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(PassFailAction, PassFailAction) |
Determines if two PassFailAction values are the same. |
Implicit(String to PassFailAction) |
Converts a String to a PassFailAction. |
Inequality(PassFailAction, PassFailAction) |
Determines if two PassFailAction values are not the same. |