SerialPortsOperations interface

シリアルポート操作を表すインターフェース。

プロパティ

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>