Iot Dps Resource - Get Operation Result
Hiermee haalt u de status op van een langlopende bewerking, zoals een inrichtingsservice maken, bijwerken of verwijderen.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/operationresults/{operationId}?asyncinfo={asyncinfo}&api-version=2022-12-12
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
operation
|
path | True |
string |
Bewerkings-id die overeenkomt met langdurige bewerking. Gebruik dit om de status te peilen. |
provisioning
|
path | True |
string |
Naam van de inrichtingsservice waarop de bewerking wordt uitgevoerd. |
resource
|
path | True |
string |
Resourcegroep-id. |
subscription
|
path | True |
string |
De abonnements-id. |
api-version
|
query | True |
string |
De versie van de API. |
asyncinfo
|
query | True |
string |
Asynchrone header die wordt gebruikt om de status van de bewerking te peilen, verkregen tijdens het maken van de langlopende bewerking. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
De status van de langdurige bewerking. |
|
Other Status Codes |
Standaardfoutreactie. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom.
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Uw gebruikersaccount imiteren |
Voorbeelden
DPSGetOperationResult
Voorbeeldaanvraag
GET https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/provisioningServices/myFirstProvisioningService/operationresults/MTY5OTNmZDctODI5Yy00N2E2LTkxNDQtMDU1NGIyYzY1ZjRl?asyncinfo=1508265712453&api-version=2022-12-12
Voorbeeldrespons
{
"status": "Succeeded"
}
Definities
Name | Description |
---|---|
Async |
Resultaat van een langdurige bewerking. |
Error |
Foutdetails. |
Error |
Foutbericht met bericht en code. |
AsyncOperationResult
Resultaat van een langdurige bewerking.
Name | Type | Description |
---|---|---|
error |
Foutbericht met code, beschrijving en details |
|
status |
string |
huidige status van een langdurige bewerking. |
ErrorDetails
Foutdetails.
Name | Type | Description |
---|---|---|
code |
integer |
De foutcode. |
details |
string |
De foutdetails. |
httpStatusCode |
string |
De HTTP-statuscode. |
message |
string |
Het foutbericht. |
ErrorMessage
Foutbericht met bericht en code.
Name | Type | Description |
---|---|---|
code |
string |
standaardfoutcode |
details |
string |
gedetailleerde samenvatting van de fout |
message |
string |
standaardfoutbeschrijving |