operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.serial_console.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
display | object | |
isDataAction | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Gets a list of Serial Console API operations. |
SELECT
examples
Gets a list of Serial Console API operations.
SELECT
name,
display,
isDataAction
FROM azure.serial_console.operations
;