Share via


PassFailResult Struct

Definition

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

Name Description
PassFailResult(String)

Initializes a new instance of PassFailResult.

Properties

Name Description
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

Name Description
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

Name Description
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.

Applies to