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 | exec | subscriptionId , location , operationId | 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 Azure region. |
operationId | string | The ID of an ongoing async operation. |
subscriptionId | string | The ID of the target subscription. |
Lifecycle Methods
- get
Returns operation results for long running operations executing DELETE or PATCH on the resource.
EXEC azure.api_management.operations_results.get
@subscriptionId='{{ subscriptionId }}' --required,
@location='{{ location }}' --required,
@operationId='{{ operationId }}' --required
;