Skip to main content

operations_location_header_results

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

Overview

Nameoperations_location_header_results
TypeResource
Idazure.synapse.operations_location_header_results

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
getexecsubscriptionId, resourceGroupName, workspaceName, operationIdGet the result of an 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.

NameDatatypeDescription
operationIdstringOperation ID
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.
workspaceNamestringThe name of the workspace.

Lifecycle Methods

Get the result of an operation

EXEC azure.synapse.operations_location_header_results.get 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@workspaceName='{{ workspaceName }}' --required,
@operationId='{{ operationId }}' --required
;