OperationResult 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.
The operation result definition.
public class OperationResult : Microsoft.Azure.Management.Logic.Models.OperationResultProperties
type OperationResult = class
inherit OperationResultProperties
Public Class OperationResult
Inherits OperationResultProperties
- Inheritance
Constructors
OperationResult() |
Initializes a new instance of the OperationResult class. |
OperationResult(Nullable<DateTime>, Nullable<DateTime>, RunActionCorrelation, String, String, Object, String, Object, ContentLink, Object, ContentLink, Object, IList<RetryHistory>, Nullable<Int32>) |
Initializes a new instance of the OperationResult class. |
Properties
Code |
Gets or sets the workflow scope repetition code. (Inherited from OperationResultProperties) |
Correlation |
Gets or sets the correlation properties. (Inherited from OperationResultProperties) |
EndTime |
Gets or sets the end time of the workflow scope repetition. (Inherited from OperationResultProperties) |
Error | (Inherited from OperationResultProperties) |
Inputs |
Gets the inputs. |
InputsLink |
Gets the link to inputs. |
IterationCount | |
Outputs |
Gets the outputs. |
OutputsLink |
Gets the link to outputs. |
RetryHistory |
Gets the retry histories. |
StartTime |
Gets or sets the start time of the workflow scope repetition. (Inherited from OperationResultProperties) |
Status |
Gets or sets the status of the workflow scope repetition. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored' (Inherited from OperationResultProperties) |
TrackedProperties |
Gets the tracked properties. |
TrackingId |
Gets the tracking id. |
Applies to
Azure SDK for .NET