OperationResultProperties Class
The run operation result properties.
- Inheritance
-
msrest.serialization.ModelOperationResultProperties
Constructor
OperationResultProperties(*, start_time: datetime | None = None, end_time: datetime | None = None, correlation: RunActionCorrelation | None = None, status: str | WorkflowStatus | None = None, code: str | None = None, error: Any | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
start_time
|
The start time of the workflow scope repetition. |
end_time
|
The end time of the workflow scope repetition. |
correlation
|
The correlation properties. |
status
|
The status of the workflow scope repetition. Possible values include: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", "Ignored". |
code
|
The workflow scope repetition code. |
error
|
Anything. |
Variables
Name | Description |
---|---|
start_time
|
The start time of the workflow scope repetition. |
end_time
|
The end time of the workflow scope repetition. |
correlation
|
The correlation properties. |
status
|
The status of the workflow scope repetition. Possible values include: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", "Ignored". |
code
|
The workflow scope repetition code. |
error
|
Anything. |
Azure SDK for Python