OperationStatus Class

The status of operation.

Inheritance
OperationStatus

Constructor

OperationStatus(*, id: Optional[str] = None, name: Optional[str] = None, start_time: Optional[str] = None, end_time: Optional[str] = None, status: Optional[str] = None, error: Optional[azure.mgmt.loganalytics.models._models_py3.ErrorResponse] = None, **kwargs)

Parameters

id
str
Required

The operation Id.

name
str
Required

The operation name.

start_time
str
Required

The start time of the operation.

end_time
str
Required

The end time of the operation.

status
str
Required

The status of the operation.

error
ErrorResponse
Required

The error detail of the operation if any.