Aracılığıyla paylaş


IntegrationRuntimeNodes interface

IntegrationRuntimeNodes'ı temsil eden arabirim.

Yöntemler

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

Tümleştirme çalışma zamanı düğümünü silme

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

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

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

Tümleştirme çalışma zamanı düğümü oluşturma

Yöntem Ayrıntıları

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

Tümleştirme çalışma zamanı düğümünü silme

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının 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)

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

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının 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

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

Tümleştirme çalışma zamanı düğümü oluşturma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Çalışma alanının 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