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.
Operation status.
public class OperationStatus
type OperationStatus = class
Public Class OperationStatus
- Inheritance
-
OperationStatus
Constructors
OperationStatus() |
Initializes a new instance of the OperationStatus class. |
OperationStatus(String, String, String, Nullable<DateTime>, Nullable<DateTime>, OperationStatusError, OperationStatusExtendedInfo) |
Initializes a new instance of the OperationStatus class. |
Properties
EndTime |
Gets or sets operation end time. Format: ISO-8601. |
Error |
Gets or sets error information related to this operation. |
Id |
Gets or sets ID of the operation. |
Name |
Gets or sets name of the operation. |
Properties |
Gets or sets additional information associated with this operation. |
StartTime |
Gets or sets operation start time. Format: ISO-8601. |
Status |
Gets or sets operation status. Possible values include: 'Invalid', 'InProgress', 'Succeeded', 'Failed', 'Canceled' |
Applies to
Azure SDK for .NET