operations_results
Creates, updates, deletes, gets or lists an operations_results resource.
Overview
| Name | operations_results |
| Type | Resource |
| Id | azure.api_management.operations_results |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_raw | exec | location, operation_id, subscription_id | Returns operation results for long running operations executing DELETE or PATCH on the resource. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
location | string | The name of the Azure region. Required. |
operation_id | string | The ID of an ongoing async operation. Required. |
subscription_id | string |
Lifecycle Methods
- get_raw
Returns operation results for long running operations executing DELETE or PATCH on the resource.
EXEC azure.api_management.operations_results.get_raw
@location='{{ location }}' --required,
@operation_id='{{ operation_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;