Streaming Endpoints - Async Operation

Bewerkingsstatus ophalen.
De bewerkingsstatus van een streaming-eindpunt ophalen.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/streamingEndpointOperations/{operationId}?api-version=2022-11-01

URI-parameters

Name In Vereist Type Description
accountName
path True

string

De naam van het Media Services-account.

operationId
path True

string

De id van een actieve asynchrone bewerking.

resourceGroupName
path True

string

De naam van de resourcegroep binnen het Azure-abonnement.

subscriptionId
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

AsyncOperationResult

OK. De aanvraag is voltooid.

Other Status Codes

ErrorResponse

Het antwoord van de streamingfout beschrijft waarom de bewerking is mislukt.

Voorbeelden

Get the streaming endpoint operation status

Sample Request

GET https://management.azure.com/subscriptions/0a6ec948-5a62-437d-b9df-934dc7c1b722/resourceGroups/mediaresources/providers/Microsoft.Media/mediaservices/slitestmedia10/streamingEndpointOperations/62e4d893-d233-4005-988e-a428d9f77076?api-version=2022-11-01

Sample Response

{
  "error": {
    "code": "None",
    "message": null,
    "target": "d7aea790-8acb-40b9-8f9f-21cc37c9e519"
  },
  "name": "62e4d893-d233-4005-988e-a428d9f77076",
  "status": "InProgress"
}

Definities

Name Description
AsyncOperationResult

De status van een asynchrone bewerking.

AsyncOperationStatus

Bewerkingsstatus van de asynchrone bewerking.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ErrorDetail

De foutdetails.

ErrorResponse

Foutreactie

AsyncOperationResult

De status van een asynchrone bewerking.

Name Type Description
error

ErrorDetail

Het foutobject

name

string

Bewerkings-id van de asynchrone bewerking.

status

AsyncOperationStatus

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

ErrorAdditionalInfo[]

Aanvullende informatie over de fout.

code

string

De foutcode.

details

ErrorDetail[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoel.

ErrorResponse

Foutreactie

Name Type Description
error

ErrorDetail

Het foutobject.