LoadTestRun.TestResult Property
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.
Test result for pass/Fail criteria used during the test run.
public Azure.Developer.LoadTesting.PassFailTestResult? TestResult { get; }
member this.TestResult : Nullable<Azure.Developer.LoadTesting.PassFailTestResult>
Public ReadOnly Property TestResult As Nullable(Of PassFailTestResult)