Aracılığıyla paylaş


IntegrationRuntimeNodes interface

IntegrationRuntimeNodes'ı temsil eden arabirim.

Yöntemler

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

Şirket içinde barındırılan tümleştirme çalışma zamanı düğümünü siler.

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

Şirket içinde barındırılan tümleştirme çalışma zamanı düğümünü alır.

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

Şirket içinde barındırılan tümleştirme çalışma zamanı düğümünün IP adresini alın.

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

Şirket içinde barındırılan tümleştirme çalışma zamanı düğümünü güncelleştirir.

Yöntem Ayrıntıları

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

Şirket içinde barındırılan tümleştirme çalışma zamanı düğümünü siler.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı.

nodeName

string

Tümleştirme çalışma zamanı düğüm adı.

options
IntegrationRuntimeNodesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

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

Şirket içinde barındırılan tümleştirme çalışma zamanı düğümünü alır.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı.

nodeName

string

Tümleştirme çalışma zamanı düğüm adı.

options
IntegrationRuntimeNodesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

Şirket içinde barındırılan tümleştirme çalışma zamanı düğümünün IP adresini alın.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı.

nodeName

string

Tümleştirme çalışma zamanı düğüm adı.

options
IntegrationRuntimeNodesGetIpAddressOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

Şirket içinde barındırılan tümleştirme çalışma zamanı düğümünü güncelleştirir.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

factoryName

string

Fabrika adı.

integrationRuntimeName

string

Tümleştirme çalışma zamanı adı.

nodeName

string

Tümleştirme çalışma zamanı düğüm adı.

updateIntegrationRuntimeNodeRequest
UpdateIntegrationRuntimeNodeRequest

Tümleştirme çalışma zamanı düğümünü güncelleştirme parametreleri.

options
IntegrationRuntimeNodesUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler