OperationStatus Class
The status of operation.
Constructor
OperationStatus(*, error: _models.ErrorDetail | None = None, id: str | None = None, name: str | None = None, start_time: str | None = None, end_time: str | None = None, status: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
error
|
The error object. Default value: None
|
id
|
The operation Id. Default value: None
|
name
|
The operation name. Default value: None
|
start_time
|
The start time of the operation. Default value: None
|
end_time
|
The end time of the operation. Default value: None
|
status
|
The status of the operation. Default value: None
|