OperationResultsDescription Class
The properties indicating the operation result of an operation on a service.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.healthcareapis._serialization.ModelOperationResultsDescription
Constructor
OperationResultsDescription(*, properties: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
properties
|
<xref:JSON>
Additional properties of the operation result. |
Variables
Name | Description |
---|---|
id
|
The ID of the operation returned. |
name
|
The name of the operation result. |
status
|
The status of the operation being performed. Known values are: "Canceled", "Succeeded", "Failed", "Requested", and "Running". |
start_time
|
The time that the operation was started. |
end_time
|
The time that the operation finished. |
properties
|
<xref:JSON>
Additional properties of the operation result. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python