Skip to main content

vw_serial_ports

Creates, updates, deletes, gets or lists a vw_serial_ports resource.

Overview

Namevw_serial_ports
TypeView
Idazure.serial_console.vw_serial_ports

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.connectionState') as "connection_state",
subscriptionId,
resourceGroupName,
resourceProviderNamespace,
parentResourceType,
parentResource,
serialPort
FROM azure.serial_console.serial_ports
WHERE subscriptionId = 'replace-me';