Share via


OperationResultProperties Constructors

Definition

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

startTime
Nullable<DateTime>

The start time of the workflow scope repetition.

endTime
Nullable<DateTime>

The end time of the workflow scope repetition.

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