你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Live Events - Async Operation
获取操作状态。
获取实时事件操作状态。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEventOperations/{operationId}?api-version=2022-11-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
account
|
path | True |
string |
媒体服务帐户名称。 |
operation
|
path | True |
string |
正在进行的异步操作的 ID。 |
resource
|
path | True |
string |
Azure 订阅中的资源组的名称。 |
subscription
|
path | True |
string |
Microsoft Azure 订阅的唯一标识符。 |
api-version
|
query | True |
string |
要与客户端请求一起使用的 API 版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
没问题。 请求已成功。 |
|
Other Status Codes |
描述操作失败原因的流式处理错误响应。 |
示例
Get the LiveEvent operation status
示例请求
示例响应
{
"error": {
"code": "None",
"message": null,
"target": "d7aea790-8acb-40b9-8f9f-21cc37c9e519"
},
"name": "62e4d893-d233-4005-988e-a428d9f77076",
"status": "InProgress"
}
定义
名称 | 说明 |
---|---|
Async |
异步操作的状态。 |
Async |
异步操作的操作状态。 |
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
AsyncOperationResult
异步操作的状态。
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象 |
|
name |
string |
异步操作的操作 ID。 |
status |
异步操作的操作状态。 |
AsyncOperationStatus
异步操作的操作状态。
名称 | 类型 | 说明 |
---|---|---|
Failed |
string |
|
InProgress |
string |
|
Succeeded |
string |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |