operations_location_header_results
Creates, updates, deletes, gets or lists an operations_location_header_results
resource.
Overview
Name | operations_location_header_results |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | exec | subscriptionId , resourceGroupName , workspaceName , operationId | Get 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.
Name | Datatype | Description |
---|---|---|
operationId | string | Operation ID |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string | The ID of the target subscription. |
workspaceName | string | The name of the workspace. |
Lifecycle Methods
- get
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
;