operations_location_header_results
Creates, updates, deletes, gets or lists a operations_location_header_results
resource.
Overview
Name | operations_location_header_results |
Type | Resource |
Id | azure.synapse.operations_location_header_results |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | operationId, resourceGroupName, subscriptionId, workspaceName | Get 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 }}';