OperationResource 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.
An operation
public class OperationResource
type OperationResource = class
Public Class OperationResource
- Inheritance
-
OperationResource
Constructors
OperationResource() |
Initializes a new instance of the OperationResource class. |
OperationResource(String, String, String, Object, ErrorDetail, Nullable<DateTime>, Nullable<DateTime>, Nullable<Double>) |
Initializes a new instance of the OperationResource class. |
Properties
EndTime |
Gets or sets operation start time |
Error |
Gets or sets errors from the operation |
Id |
Gets or sets operation ID |
Name |
Gets or sets operation name |
PercentComplete |
Gets or sets completion percentage of the operation |
Properties |
Gets or sets operation properties |
StartTime |
Gets or sets operation start time |
Status |
Gets or sets operation status. Possible values include: 'InProgress', 'Succeeded', 'Failed', 'Canceled' |
Applies to
Azure SDK for .NET