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.
Asynchronous operation status
public class OperationStatus : Microsoft.Azure.Management.RedisCache.Models.OperationStatusResult
type OperationStatus = class
inherit OperationStatusResult
Public Class OperationStatus
Inherits OperationStatusResult
- Inheritance
Constructors
OperationStatus() |
Initializes a new instance of the OperationStatus class. |
OperationStatus(String, String, String, Nullable<Double>, Nullable<DateTime>, Nullable<DateTime>, IList<OperationStatusResult>, ErrorDetail, IDictionary<String,Object>) |
Initializes a new instance of the OperationStatus class. |
Properties
EndTime |
Gets or sets the end time of the operation. (Inherited from OperationStatusResult) |
Error |
Gets or sets if present, details of the operation error. (Inherited from OperationStatusResult) |
Id |
Gets or sets fully qualified ID for the async operation. (Inherited from OperationStatusResult) |
Name |
Gets or sets name of the async operation. (Inherited from OperationStatusResult) |
Operations |
Gets or sets the operations list. (Inherited from OperationStatusResult) |
PercentComplete |
Gets or sets percent of the operation that is complete. (Inherited from OperationStatusResult) |
Properties |
Gets or sets additional properties from RP, only when operation is successful |
StartTime |
Gets or sets the start time of the operation. (Inherited from OperationStatusResult) |
Status |
Gets or sets operation status. (Inherited from OperationStatusResult) |
Methods
Validate() |
Validate the object. |