OperationStatusResult Class
The current status of an async operation.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.redis._serialization.ModelOperationStatusResult
Constructor
OperationStatusResult(*, status: str, id: str | None = None, name: str | None = None, percent_complete: float | None = None, start_time: datetime | None = None, end_time: datetime | None = None, operations: List[_models.OperationStatusResult] | None = None, error: _models.ErrorDetail | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Fully qualified ID for the async operation. |
name
|
Name of the async operation. |
status
|
Operation status. Required. |
percent_complete
|
Percent of the operation that is complete. |
start_time
|
The start time of the operation. |
end_time
|
The end time of the operation. |
operations
|
The operations list. |
error
|
If present, details of the operation error. |
Variables
Name | Description |
---|---|
id
|
Fully qualified ID for the async operation. |
name
|
Name of the async operation. |
status
|
Operation status. Required. |
percent_complete
|
Percent of the operation that is complete. |
start_time
|
The start time of the operation. |
end_time
|
The end time of the operation. |
operations
|
The operations list. |
error
|
If present, details of the operation error. |
Azure SDK for Python