Share via


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
str

The operation Id.

Default value: None
name
str

The operation name.

Default value: None
start_time
str

The start time of the operation.

Default value: None
end_time
str

The end time of the operation.

Default value: None
status
str

The status of the operation.

Default value: None

Variables

Name Description
error

The error object.

id
str

The operation Id.

name
str

The operation name.

start_time
str

The start time of the operation.

end_time
str

The end time of the operation.

status
str

The status of the operation.