次の方法で共有


DataFlowDebugSession interface

DataFlowDebugSession を表すインターフェイス。

メソッド

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

デバッグ セッションにデータ フローを追加します。

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

データ フロー デバッグ セッションを作成します。

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

データ フロー デバッグ セッションを作成します。

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

データ フロー デバッグ コマンドを実行します。

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

データ フロー デバッグ コマンドを実行します。

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

データ フロー デバッグ セッションを削除します。

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

メソッドの詳細

addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)

デバッグ セッションにデータ フローを追加します。

function addDataFlow(resourceGroupName: string, factoryName: string, request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<AddDataFlowToDebugSessionResponse>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

request
DataFlowDebugPackage

デバッグ コンテンツを含むデータ フロー デバッグ セッション定義。

options
DataFlowDebugSessionAddDataFlowOptionalParams

オプション パラメーター。

戻り値

beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

データ フロー デバッグ セッションを作成します。

function beginCreate(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

request
CreateDataFlowDebugSessionRequest

データ フロー デバッグ セッションの定義

options
DataFlowDebugSessionCreateOptionalParams

オプション パラメーター。

戻り値

beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)

データ フロー デバッグ セッションを作成します。

function beginCreateAndWait(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<CreateDataFlowDebugSessionResponse>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

request
CreateDataFlowDebugSessionRequest

データ フロー デバッグ セッションの定義

options
DataFlowDebugSessionCreateOptionalParams

オプション パラメーター。

戻り値

beginExecuteCommand(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

データ フロー デバッグ コマンドを実行します。

function beginExecuteCommand(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

request
DataFlowDebugCommandRequest

データ フロー デバッグ コマンドの定義。

options
DataFlowDebugSessionExecuteCommandOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<DataFlowDebugCommandResponse>, DataFlowDebugCommandResponse>>

beginExecuteCommandAndWait(string, string, DataFlowDebugCommandRequest, DataFlowDebugSessionExecuteCommandOptionalParams)

データ フロー デバッグ コマンドを実行します。

function beginExecuteCommandAndWait(resourceGroupName: string, factoryName: string, request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<DataFlowDebugCommandResponse>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

request
DataFlowDebugCommandRequest

データ フロー デバッグ コマンドの定義。

options
DataFlowDebugSessionExecuteCommandOptionalParams

オプション パラメーター。

戻り値

delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)

データ フロー デバッグ セッションを削除します。

function delete(resourceGroupName: string, factoryName: string, request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

request
DeleteDataFlowDebugSessionRequest

削除のためのデータ フロー デバッグ セッション定義

options
DataFlowDebugSessionDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

function listQueryByFactory(resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionQueryByFactoryOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

options
DataFlowDebugSessionQueryByFactoryOptionalParams

オプション パラメーター。

戻り値