SerialPortsOperations interface
Interfejs reprezentujący operacje SerialPorts.
Właściwości
| connect | Nawiązywanie połączenia z portem szeregowym zasobu docelowego |
| create | Tworzy lub aktualizuje port szeregowy |
| get | Pobiera skonfigurowane ustawienia portu szeregowego |
| list | Wyświetla listę wszystkich skonfigurowanych portów szeregowych dla zasobu nadrzędnego |
| list |
Obsługuje żądania, aby wyświetlić listę wszystkich zasobów SerialPort w subskrypcji. |
Szczegóły właściwości
connect
Nawiązywanie połączenia z portem szeregowym zasobu docelowego
connect: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsConnectOptionalParams) => Promise<SerialPortConnectResult>
Wartość właściwości
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsConnectOptionalParams) => Promise<SerialPortConnectResult>
create
Tworzy lub aktualizuje port szeregowy
create: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, parameters: SerialPort, options?: SerialPortsCreateOptionalParams) => Promise<SerialPort>
Wartość właściwości
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, parameters: SerialPort, options?: SerialPortsCreateOptionalParams) => Promise<SerialPort>
get
Pobiera skonfigurowane ustawienia portu szeregowego
get: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsGetOptionalParams) => Promise<SerialPort>
Wartość właściwości
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsGetOptionalParams) => Promise<SerialPort>
list
Wyświetla listę wszystkich skonfigurowanych portów szeregowych dla zasobu nadrzędnego
list: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, options?: SerialPortsListOptionalParams) => Promise<SerialPortListResult>
Wartość właściwości
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, options?: SerialPortsListOptionalParams) => Promise<SerialPortListResult>
listBySubscriptions
Obsługuje żądania, aby wyświetlić listę wszystkich zasobów SerialPort w subskrypcji.
listBySubscriptions: (options?: SerialPortsListBySubscriptionsOptionalParams) => Promise<SerialPortListResult>
Wartość właściwości
(options?: SerialPortsListBySubscriptionsOptionalParams) => Promise<SerialPortListResult>