SerialPortsOperations interface
Interface representing a SerialPorts operations.
Properties
| connect | Connect to serial port of the target resource |
| create | Creates or updates a serial port |
| get | Gets the configured settings for a serial port |
| list | Lists all of the configured serial ports for a parent resource |
| list |
Handles requests to list all SerialPort resources in a subscription. |
Property Details
connect
Connect to serial port of the target resource
connect: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsConnectOptionalParams) => Promise<SerialPortConnectResult>
Property Value
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsConnectOptionalParams) => Promise<SerialPortConnectResult>
create
Creates or updates a serial port
create: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, parameters: SerialPort, options?: SerialPortsCreateOptionalParams) => Promise<SerialPort>
Property Value
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, parameters: SerialPort, options?: SerialPortsCreateOptionalParams) => Promise<SerialPort>
get
Gets the configured settings for a serial port
get: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsGetOptionalParams) => Promise<SerialPort>
Property Value
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsGetOptionalParams) => Promise<SerialPort>
list
Lists all of the configured serial ports for a parent resource
list: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, options?: SerialPortsListOptionalParams) => Promise<SerialPortListResult>
Property Value
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, options?: SerialPortsListOptionalParams) => Promise<SerialPortListResult>
listBySubscriptions
Handles requests to list all SerialPort resources in a subscription.
listBySubscriptions: (options?: SerialPortsListBySubscriptionsOptionalParams) => Promise<SerialPortListResult>
Property Value
(options?: SerialPortsListBySubscriptionsOptionalParams) => Promise<SerialPortListResult>