Skip to main content

operation_result

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

Overview

Nameoperation_result
TypeResource
Idazure.maps.operation_result

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
get_rawexeclocation, operation_id, subscription_idGet the result of a long running azure asynchronous operation.

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 the Azure region. Required.
operation_idstringThe ID of an ongoing async operation. Required.
subscription_idstring

Lifecycle Methods

Get the result of a long running azure asynchronous operation.

EXEC azure.maps.operation_result.get_raw 
@location='{{ location }}' --required,
@operation_id='{{ operation_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;