DataFlowDebugSession interface
DataFlowDebugSession を表すインターフェイス。
メソッド
| add |
デバッグ セッションにデータ フローを追加します。 |
| begin |
データ フロー デバッグ セッションを作成します。 |
| begin |
データ フロー デバッグ セッションを作成します。 |
| begin |
データ フロー デバッグ コマンドを実行します。 |
| begin |
データ フロー デバッグ コマンドを実行します。 |
| delete(string, string, Delete |
データ フロー デバッグ セッションを削除します。 |
| list |
すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。 |
メソッドの詳細
addDataFlow(string, string, DataFlowDebugPackage, DataFlowDebugSessionAddDataFlowOptionalParams)
デバッグ セッションにデータ フローを追加します。
function addDataFlow(resourceGroupName: string, factoryName: string, request: DataFlowDebugPackage, options?: DataFlowDebugSessionAddDataFlowOptionalParams): Promise<AddDataFlowToDebugSessionResponse>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- factoryName
-
string
ファクトリ名。
- request
- DataFlowDebugPackage
デバッグ コンテンツを含むデータ フロー デバッグ セッション定義。
オプション パラメーター。
戻り値
Promise<AddDataFlowToDebugSessionResponse>
beginCreate(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)
データ フロー デバッグ セッションを作成します。
function beginCreate(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- factoryName
-
string
ファクトリ名。
データ フロー デバッグ セッションの定義
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<CreateDataFlowDebugSessionResponse>, CreateDataFlowDebugSessionResponse>>
beginCreateAndWait(string, string, CreateDataFlowDebugSessionRequest, DataFlowDebugSessionCreateOptionalParams)
データ フロー デバッグ セッションを作成します。
function beginCreateAndWait(resourceGroupName: string, factoryName: string, request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateOptionalParams): Promise<CreateDataFlowDebugSessionResponse>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- factoryName
-
string
ファクトリ名。
データ フロー デバッグ セッションの定義
オプション パラメーター。
戻り値
Promise<CreateDataFlowDebugSessionResponse>
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
データ フロー デバッグ コマンドの定義。
オプション パラメーター。
戻り値
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
データ フロー デバッグ コマンドの定義。
オプション パラメーター。
戻り値
Promise<DataFlowDebugCommandResponse>
delete(string, string, DeleteDataFlowDebugSessionRequest, DataFlowDebugSessionDeleteOptionalParams)
データ フロー デバッグ セッションを削除します。
function delete(resourceGroupName: string, factoryName: string, request: DeleteDataFlowDebugSessionRequest, options?: DataFlowDebugSessionDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- factoryName
-
string
ファクトリ名。
削除のためのデータ フロー デバッグ セッション定義
オプション パラメーター。
戻り値
Promise<void>
listQueryByFactory(string, string, DataFlowDebugSessionQueryByFactoryOptionalParams)
すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。
function listQueryByFactory(resourceGroupName: string, factoryName: string, options?: DataFlowDebugSessionQueryByFactoryOptionalParams): PagedAsyncIterableIterator<DataFlowDebugSessionInfo, DataFlowDebugSessionInfo[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- factoryName
-
string
ファクトリ名。
オプション パラメーター。