operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.azure_data.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation being performed on this particular object. |
display | object | Display metadata associated with the operation. |
origin | string | The intended executor of the operation. |
properties | object | Additional descriptions for the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available SQL Server Registration API operations. |
SELECT
examples
Lists all of the available SQL Server Registration API operations.
SELECT
name,
display,
origin,
properties
FROM azure.azure_data.operations
;