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.
The status of operation.
public class OperationStatus
type OperationStatus = class
Public Class OperationStatus
- Inheritance
-
OperationStatus
Constructors
OperationStatus() |
Initializes a new instance of the OperationStatus class. |
OperationStatus(String, String, Nullable<DateTime>, Nullable<DateTime>, String, ErrorResponseCommon) |
Initializes a new instance of the OperationStatus class. |
Properties
EndTime |
Gets or sets end time of the job in standard ISO8601 format. |
Error |
Gets or sets the error detail of the operation if any. |
Id |
Gets or sets the operation Id. |
Name |
Gets or sets the operation name. |
StartTime |
Gets or sets start time of the job in standard ISO8601 format. |
Status |
Gets or sets the status of the operation. |
Applies to
Azure SDK for .NET