operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.synapse.operations |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Get all available operations |
check_name_availability | EXEC | subscriptionId | Check whether a workspace name is available |
SELECT
examples
Get all available operations
SELECT
FROM azure.synapse.operations
;