你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MediaServiceOperationStatus Class

Status of media service operation.

All required parameters must be populated in order to send to Azure.

Constructor

MediaServiceOperationStatus(*, name: str, status: str, id: str | None = None, start_time: datetime | None = None, end_time: datetime | None = None, error: _models.ErrorDetail | None = None, **kwargs)

Keyword-Only Parameters

Name Description
name
str

Operation identifier. Required.

id
str

Operation resource ID.

start_time

Operation start time.

end_time

Operation end time.

status
str

Operation status. Required.

error

The error detail.

Variables

Name Description
name
str

Operation identifier. Required.

id
str

Operation resource ID.

start_time

Operation start time.

end_time

Operation end time.

status
str

Operation status. Required.

error

The error detail.