SerialPortsOperations interface

Schnittstelle, die SerialPorts-Operationen darstellt.

Eigenschaften

connect

Herstellen einer Verbindung mit dem seriellen Port der Zielressource

create

Erstellt oder aktualisiert einen seriellen Port

get

Ruft die konfigurierten Einstellungen für einen seriellen Port ab.

list

Listet alle konfigurierten seriellen Ports für eine übergeordnete Ressource auf.

listBySubscriptions

Verarbeitet Anforderungen zum Auflisten aller SerialPort-Ressourcen in einem Abonnement.

Details zur Eigenschaft

connect

Herstellen einer Verbindung mit dem seriellen Port der Zielressource

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

Eigenschaftswert

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

create

Erstellt oder aktualisiert einen seriellen Port

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

Eigenschaftswert

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

get

Ruft die konfigurierten Einstellungen für einen seriellen Port ab.

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

Eigenschaftswert

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

list

Listet alle konfigurierten seriellen Ports für eine übergeordnete Ressource auf.

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

Eigenschaftswert

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

listBySubscriptions

Verarbeitet Anforderungen zum Auflisten aller SerialPort-Ressourcen in einem Abonnement.

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

Eigenschaftswert

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