SerialPortsOperations interface

واجهة تمثل عمليات SerialPorts.

الخصائص

connect

الاتصال بالمنفذ التسلسلي للمورد المستهدف

create

ينشئ أو يحدث منفذا تسلسليا

get

تحصل على الإعدادات المعدة لمنفذ تسلسلي

list

يسرد جميع المنافذ التسلسلية المكونة لمورد أصلي

listBySubscriptions

يتعامل مع طلبات إدراج جميع موارد SerialPort في الاشتراك.

تفاصيل الخاصية

connect

الاتصال بالمنفذ التسلسلي للمورد المستهدف

connect: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsConnectOptionalParams) => Promise<SerialPortConnectResult>

قيمة الخاصية

(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsConnectOptionalParams) => Promise<SerialPortConnectResult>

create

ينشئ أو يحدث منفذا تسلسليا

create: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, parameters: SerialPort, options?: SerialPortsCreateOptionalParams) => Promise<SerialPort>

قيمة الخاصية

(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, parameters: SerialPort, options?: SerialPortsCreateOptionalParams) => Promise<SerialPort>

get

تحصل على الإعدادات المعدة لمنفذ تسلسلي

get: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsGetOptionalParams) => Promise<SerialPort>

قيمة الخاصية

(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsGetOptionalParams) => Promise<SerialPort>

list

يسرد جميع المنافذ التسلسلية المكونة لمورد أصلي

list: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, options?: SerialPortsListOptionalParams) => Promise<SerialPortListResult>

قيمة الخاصية

(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, options?: SerialPortsListOptionalParams) => Promise<SerialPortListResult>

listBySubscriptions

يتعامل مع طلبات إدراج جميع موارد SerialPort في الاشتراك.

listBySubscriptions: (options?: SerialPortsListBySubscriptionsOptionalParams) => Promise<SerialPortListResult>

قيمة الخاصية

(options?: SerialPortsListBySubscriptionsOptionalParams) => Promise<SerialPortListResult>