OperationResultProperties Constructors
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.
Overloads
OperationResultProperties() |
Initializes a new instance of the OperationResultProperties class. |
OperationResultProperties(Nullable<DateTime>, Nullable<DateTime>, RunActionCorrelation, String, String, Object) |
Initializes a new instance of the OperationResultProperties class. |
OperationResultProperties()
Initializes a new instance of the OperationResultProperties class.
public OperationResultProperties ();
Public Sub New ()
Applies to
OperationResultProperties(Nullable<DateTime>, Nullable<DateTime>, RunActionCorrelation, String, String, Object)
Initializes a new instance of the OperationResultProperties class.
public OperationResultProperties (DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.Logic.Models.RunActionCorrelation correlation = default, string status = default, string code = default, object error = default);
new Microsoft.Azure.Management.Logic.Models.OperationResultProperties : Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Logic.Models.RunActionCorrelation * string * string * obj -> Microsoft.Azure.Management.Logic.Models.OperationResultProperties
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional correlation As RunActionCorrelation = Nothing, Optional status As String = Nothing, Optional code As String = Nothing, Optional error As Object = Nothing)
Parameters
- correlation
- RunActionCorrelation
The correlation properties.
- status
- String
The status of the workflow scope repetition. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'
- code
- String
The workflow scope repetition code.
- error
- Object
Applies to
Azure SDK for .NET