你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationResultProperties Class
The run operation result properties.
- Inheritance
-
azure.mgmt.web._serialization.ModelOperationResultProperties
Constructor
OperationResultProperties(*, start_time: datetime | None = None, end_time: datetime | None = None, correlation: _models.RunActionCorrelation | None = None, status: str | _models.WorkflowStatus | None = None, code: str | None = None, error: Any | None = None, **kwargs: Any)
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. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "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. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored". |
code
|
The workflow scope repetition code. |
error
|
Anything. |