次の方法で共有


IntegrationRuntimeNodes interface

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

メソッド

delete(string, string, string, string, IntegrationRuntimeNodesDeleteOptionalParams)

セルフホステッド統合ランタイム ノードを削除します。

get(string, string, string, string, IntegrationRuntimeNodesGetOptionalParams)

セルフホステッド統合ランタイム ノードを取得します。

getIpAddress(string, string, string, string, IntegrationRuntimeNodesGetIpAddressOptionalParams)

セルフホステッド統合ランタイム ノードの IP アドレスを取得します。

update(string, string, string, string, UpdateIntegrationRuntimeNodeRequest, IntegrationRuntimeNodesUpdateOptionalParams)

セルフホステッド統合ランタイム ノードを更新します。

メソッドの詳細

delete(string, string, string, string, IntegrationRuntimeNodesDeleteOptionalParams)

セルフホステッド統合ランタイム ノードを削除します。

function delete(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

integrationRuntimeName

string

統合ランタイム名。

nodeName

string

統合ランタイム ノード名。

options
IntegrationRuntimeNodesDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, string, IntegrationRuntimeNodesGetOptionalParams)

セルフホステッド統合ランタイム ノードを取得します。

function get(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

integrationRuntimeName

string

統合ランタイム名。

nodeName

string

統合ランタイム ノード名。

options
IntegrationRuntimeNodesGetOptionalParams

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

戻り値

getIpAddress(string, string, string, string, IntegrationRuntimeNodesGetIpAddressOptionalParams)

セルフホステッド統合ランタイム ノードの IP アドレスを取得します。

function getIpAddress(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetIpAddressOptionalParams): Promise<IntegrationRuntimeNodeIpAddress>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

integrationRuntimeName

string

統合ランタイム名。

nodeName

string

統合ランタイム ノード名。

options
IntegrationRuntimeNodesGetIpAddressOptionalParams

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

戻り値

update(string, string, string, string, UpdateIntegrationRuntimeNodeRequest, IntegrationRuntimeNodesUpdateOptionalParams)

セルフホステッド統合ランタイム ノードを更新します。

function update(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, updateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest, options?: IntegrationRuntimeNodesUpdateOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

integrationRuntimeName

string

統合ランタイム名。

nodeName

string

統合ランタイム ノード名。

updateIntegrationRuntimeNodeRequest
UpdateIntegrationRuntimeNodeRequest

統合ランタイム ノードを更新するためのパラメーター。

options
IntegrationRuntimeNodesUpdateOptionalParams

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

戻り値