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 REST resource.
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, String, String, OperationStatusError, Object) |
Initializes a new instance of the OperationStatus class. |
Properties
EndTime |
Gets end time. |
Error |
Gets error stating all error details for the operation. |
Id |
Gets resource Id. |
Name |
Gets operation name. |
Properties |
Gets custom data. |
StartTime |
Gets start time. |
Status |
Gets status of the operation. ARM expects the terminal status to be one of Succeeded/ Failed/ Canceled. All other values imply that the operation is still running. |
Applies to
Azure SDK for .NET