operations_results
Creates, updates, deletes, gets or lists a operations_results
resource.
Overview
Name | operations_results |
Type | Resource |
Id | azure.api_management.operations_results |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | location, operationId, subscriptionId | Returns operation results for long running operations executing DELETE or PATCH on the resource. |
SELECT
examples
Returns operation results for long running operations executing DELETE or PATCH on the resource.
SELECT
FROM azure.api_management.operations_results
WHERE location = '{{ location }}'
AND operationId = '{{ operationId }}'
AND subscriptionId = '{{ subscriptionId }}';