IntegrationRuntimeNodesOperations interface

Interfejs reprezentujący operacje IntegrationRuntimeNodes.

Właściwości

delete

Usuwa węzeł własnego środowiska Integration Runtime.

get

Pobiera węzeł własnego środowiska Integration Runtime.

getIpAddress

Pobierz adres IP węzła własnego środowiska Integration Runtime.

update

Aktualizuje węzeł własnego środowiska Integration Runtime.

Szczegóły właściwości

delete

Usuwa węzeł własnego środowiska Integration Runtime.

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

Wartość właściwości

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

get

Pobiera węzeł własnego środowiska Integration Runtime.

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

Wartość właściwości

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

getIpAddress

Pobierz adres IP węzła własnego środowiska Integration Runtime.

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

Wartość właściwości

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

update

Aktualizuje węzeł własnego środowiska Integration Runtime.

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

Wartość właściwości

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