Operation 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 on a resource.
public class Operation
type Operation = class
Public Class Operation
- Inheritance
-
Operation
Constructors
Operation() |
Initializes a new instance of the Operation class. |
Operation(String, String, Nullable<OperationStatus>, IList<ErrorEntity>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>) |
Initializes a new instance of the Operation class. |
Properties
CreatedTime |
Gets or sets time when operation has started. |
Errors |
Gets or sets any errors associate with the operation. |
ExpirationTime |
Gets or sets time when operation will expire. |
GeoMasterOperationId |
Gets or sets applicable only for stamp operation ids. |
Id |
Gets or sets operation ID. |
ModifiedTime |
Gets or sets time when operation has been updated. |
Name |
Gets or sets operation name. |
Status |
Gets or sets the current status of the operation. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created' |
Applies to
Azure SDK for .NET