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.Model
OperationResultsDescription

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
str

The ID of the operation returned.

name
str

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
str

The time that the operation was started.

end_time
str

The time that the operation finished.

properties
<xref:JSON>

Additional properties of the operation result.