operation_result
Creates, updates, deletes, gets or lists an operation_result resource.
Overview
| Name | operation_result |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_raw | exec | location, operation_id, subscription_id | Get 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.
| 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
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
;