SerialPortsOperations interface
Interface representando operações SerialPorts.
Propriedades
| connect | Conectar-se à porta serial do recurso de destino |
| create | Cria ou atualiza uma porta serial |
| get | Obtém as configurações definidas para uma porta serial |
| list | Lista todas as portas seriais configuradas para um recurso pai |
| list |
Manipula solicitações para listar todos os recursos SerialPort em uma assinatura. |
Detalhes de Propriedade
connect
Conectar-se à porta serial do recurso de destino
connect: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsConnectOptionalParams) => Promise<SerialPortConnectResult>
Valor de Propriedade
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsConnectOptionalParams) => Promise<SerialPortConnectResult>
create
Cria ou atualiza uma porta serial
create: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, parameters: SerialPort, options?: SerialPortsCreateOptionalParams) => Promise<SerialPort>
Valor de Propriedade
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, parameters: SerialPort, options?: SerialPortsCreateOptionalParams) => Promise<SerialPort>
get
Obtém as configurações definidas para uma porta serial
get: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsGetOptionalParams) => Promise<SerialPort>
Valor de Propriedade
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, serialPort: string, options?: SerialPortsGetOptionalParams) => Promise<SerialPort>
list
Lista todas as portas seriais configuradas para um recurso pai
list: (resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, options?: SerialPortsListOptionalParams) => Promise<SerialPortListResult>
Valor de Propriedade
(resourceGroupName: string, resourceProviderNamespace: string, parentResourceType: string, parentResource: string, options?: SerialPortsListOptionalParams) => Promise<SerialPortListResult>
listBySubscriptions
Manipula solicitações para listar todos os recursos SerialPort em uma assinatura.
listBySubscriptions: (options?: SerialPortsListBySubscriptionsOptionalParams) => Promise<SerialPortListResult>
Valor de Propriedade
(options?: SerialPortsListBySubscriptionsOptionalParams) => Promise<SerialPortListResult>