Skip to main content

operations_results_location

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

Overview

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

NameAccessible byRequired ParamsOptional ParamsDescription
get_rawexeclocation, operation_id, subscription_idReturns 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.

NameDatatypeDescription
locationstringThe name of the Azure region. Required.
operation_idstringThe ID of an ongoing async operation. Required.
subscription_idstring

Lifecycle Methods

Returns operation results.

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