operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.data_share.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name for display purposes |
display | object | Properties on operations |
origin | string | origin of the operation |
properties | object | properties on meta info |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| List of available operations |
SELECT
examples
List of available operations
SELECT
name,
display,
origin,
properties
FROM azure.data_share.operations
;