Skip to main content

operations_location_header_results

Creates, updates, deletes, gets or lists a operations_location_header_results resource.

Overview

Nameoperations_location_header_results
TypeResource
Idazure.synapse.operations_location_header_results

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECToperationId, resourceGroupName, subscriptionId, workspaceNameGet the result of an operation

SELECT examples

Get the result of an operation

SELECT

FROM azure.synapse.operations_location_header_results
WHERE operationId = '{{ operationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND workspaceName = '{{ workspaceName }}';