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

TestProfileRunStatus Struct

Definition

Test profile run status.

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

Constructors

TestProfileRunStatus(String)

Initializes a new instance of TestProfileRunStatus.

Properties

Accepted

Test profile run request is accepted.

Cancelled

Test profile run is cancelled.

Cancelling

Test profile run is being cancelled.

Done

Test profile run has completed successfully.

Executing

Test profile run has started executing.

Failed

Test profile run has failed.

NotStarted

Test profile run is not yet started.

Methods

Equals(TestProfileRunStatus)

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

Determines if two TestProfileRunStatus values are the same.

Implicit(String to TestProfileRunStatus)

Converts a String to a TestProfileRunStatus.

Inequality(TestProfileRunStatus, TestProfileRunStatus)

Determines if two TestProfileRunStatus values are not the same.

Applies to