TestCommandStatus Class
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.
This class represents the status of a test command. Calling GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken) returns an IList of this type of object.
public sealed class TestCommandStatus
type TestCommandStatus = class
Public NotInheritable Class TestCommandStatus
- Inheritance
-
TestCommandStatus
Properties
OperationId |
The OperationId of the test command. This Guid was provided by the user when starting the test operation. |
State |
The current state of the test command. |
TestCommandType |
The type of the test command. |
Methods
ToString() |
Formats OperationId, State, and ActionType into a string. |
Applies to
Azure SDK for .NET