Live Outputs - Async Operation
Bewerkingsstatus ophalen.
De bewerkingsstatus Live Output ophalen.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveOutputOperations/{operationId}?api-version=2022-11-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
account
|
path | True |
string |
De naam van het Media Services-account. |
operation
|
path | True |
string |
De id van een actieve asynchrone bewerking. |
resource
|
path | True |
string |
De naam van de resourcegroep binnen het Azure-abonnement. |
subscription
|
path | True |
string |
De unieke id voor een Microsoft Azure-abonnement. |
api-version
|
query | True |
string |
De versie van de API die moet worden gebruikt met de clientaanvraag. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK. De aanvraag is geslaagd. |
|
Other Status Codes |
Het streamingfoutantwoord waarin wordt beschreven waarom de bewerking is mislukt. |
Voorbeelden
Get the LiveOutput operation status
Voorbeeldaanvraag
Voorbeeldrespons
{
"error": {
"code": "None",
"message": null,
"target": "d7aea790-8acb-40b9-8f9f-21cc37c9e519"
},
"name": "62e4d893-d233-4005-988e-a428d9f77076",
"status": "InProgress"
}
Definities
Name | Description |
---|---|
Async |
De status van een asynchrone bewerking. |
Async |
Bewerkingsstatus van de asynchrone bewerking. |
Error |
Aanvullende informatie over de resourcebeheerfout. |
Error |
De foutdetails. |
Error |
Foutreactie |
AsyncOperationResult
De status van een asynchrone bewerking.
Name | Type | Description |
---|---|---|
error |
Het foutobject |
|
name |
string |
Bewerkings-id van de asynchrone bewerking. |
status |
Bewerkingsstatus van de asynchrone bewerking. |
AsyncOperationStatus
Bewerkingsstatus van de asynchrone bewerking.
Name | Type | Description |
---|---|---|
Failed |
string |
|
InProgress |
string |
|
Succeeded |
string |
ErrorAdditionalInfo
Aanvullende informatie over de resourcebeheerfout.
Name | Type | Description |
---|---|---|
info |
object |
De aanvullende informatie. |
type |
string |
Het type aanvullende informatie. |
ErrorDetail
De foutdetails.
Name | Type | Description |
---|---|---|
additionalInfo |
De fout aanvullende informatie. |
|
code |
string |
De foutcode. |
details |
De foutdetails. |
|
message |
string |
Het foutbericht. |
target |
string |
Het foutdoel. |
ErrorResponse
Foutreactie
Name | Type | Description |
---|---|---|
error |
Het foutobject. |