operations_azure_async_header_results
Creates, updates, deletes, gets or lists a operations_azure_async_header_results
resource.
Overview
Name | operations_azure_async_header_results |
Type | Resource |
Id | azure.synapse.operations_azure_async_header_results |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Operation ID |
name | string | Operation name |
endTime | string | Operation start time |
error | object | Error details |
percentComplete | number | Completion percentage of the operation |
properties | object | Operation properties |
startTime | string | Operation start time |
status | string | Operation status |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | operationId, resourceGroupName, subscriptionId, workspaceName | Get the status of an operation |
SELECT
examples
Get the status of an operation
SELECT
id,
name,
endTime,
error,
percentComplete,
properties,
startTime,
status
FROM azure.synapse.operations_azure_async_header_results
WHERE operationId = '{{ operationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND workspaceName = '{{ workspaceName }}';