Skip to main content

operations_results

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

Overview

Nameoperations_results
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
getexecsubscriptionId, location, operationIdReturns 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.

NameDatatypeDescription
locationstringThe name of Azure region.
operationIdstringThe ID of an ongoing async operation.
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

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
;