你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PassFailTestResult Struct

Definition

Test result based on pass/fail criteria.

public readonly struct PassFailTestResult : IEquatable<Azure.Developer.LoadTesting.PassFailTestResult>
type PassFailTestResult = struct
Public Structure PassFailTestResult
Implements IEquatable(Of PassFailTestResult)
Inheritance
PassFailTestResult
Implements

Constructors

PassFailTestResult(String)

Initializes a new instance of PassFailTestResult.

Properties

FAILED

Pass/fail criteria has failed.

NOTAPPLICABLE

Pass/fail criteria is not applicable.

PASSED

Pass/fail criteria has passed.

Methods

Equals(PassFailTestResult)

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(PassFailTestResult, PassFailTestResult)

Determines if two PassFailTestResult values are the same.

Implicit(String to PassFailTestResult)

Converts a String to a PassFailTestResult.

Inequality(PassFailTestResult, PassFailTestResult)

Determines if two PassFailTestResult values are not the same.

Applies to