OperationStatus 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.
Status of a long running operation.
public class OperationStatus : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.OperationStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.OperationStatus>
type OperationStatus = class
interface IJsonModel<OperationStatus>
interface IPersistableModel<OperationStatus>
Public Class OperationStatus
Implements IJsonModel(Of OperationStatus), IPersistableModel(Of OperationStatus)
- Inheritance
-
OperationStatus
- Implements
Properties
| Name | Description |
|---|---|
| Error |
Error object that describes the error when status is "Failed". |
| Id |
The unique ID of the operation. |
| Kind |
The kind of the operation. |
| Status |
The state of the operation. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to OperationStatus) | |