Skip to main content

operations_results

Creates, updates, deletes, gets or lists a operations_results resource.

Overview

Nameoperations_results
TypeResource
Idazure.api_management.operations_results

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, operationId, subscriptionIdReturns 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 }}';