Udostępnij przez


IntegrationRuntimeNodes interface

Interfejs reprezentujący element IntegrationRuntimeNodes.

Metody

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

Usuwanie węzła środowiska Integration Runtime

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

Pobieranie węzła środowiska Integration Runtime

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

Tworzenie węzła środowiska Integration Runtime

Szczegóły metody

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

Usuwanie węzła środowiska Integration Runtime

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

workspaceName

string

Nazwa obszaru roboczego.

integrationRuntimeName

string

Nazwa środowiska Integration Runtime

nodeName

string

Nazwa węzła środowiska Integration Runtime

Zwraca

Promise<void>

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

Pobieranie węzła środowiska Integration Runtime

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

workspaceName

string

Nazwa obszaru roboczego.

integrationRuntimeName

string

Nazwa środowiska Integration Runtime

nodeName

string

Nazwa węzła środowiska Integration Runtime

options
IntegrationRuntimeNodesGetOptionalParams

Parametry opcji.

Zwraca

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

Tworzenie węzła środowiska Integration Runtime

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

workspaceName

string

Nazwa obszaru roboczego.

integrationRuntimeName

string

Nazwa środowiska Integration Runtime

nodeName

string

Nazwa węzła środowiska Integration Runtime

updateIntegrationRuntimeNodeRequest
UpdateIntegrationRuntimeNodeRequest

Parametry aktualizacji węzła środowiska Integration Runtime.

Zwraca