operations_results_location
Creates, updates, deletes, gets or lists an operations_results_location resource.
Overview
| Name | operations_results_location |
| Type | Resource |
| Id | azure.kusto.operations_results_location |
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 | Returns operation results. |
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
Returns operation results.
EXEC azure.kusto.operations_results_location.get_raw
@location='{{ location }}' --required,
@operation_id='{{ operation_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;