Condividi tramite


IntegrationRuntimeNodes interface

Interfaccia che rappresenta un elemento IntegrationRuntimeNodes.

Metodi

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

Elimina un nodo del runtime di integrazione self-hosted.

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

Ottiene un nodo del runtime di integrazione self-hosted.

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

Ottenere l'indirizzo IP del nodo del runtime di integrazione self-hosted.

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

Aggiorna un nodo del runtime di integrazione self-hosted.

Dettagli metodo

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

Elimina un nodo del runtime di integrazione self-hosted.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

integrationRuntimeName

string

Nome del runtime di integrazione.

nodeName

string

Nome del nodo del runtime di integrazione.

options
IntegrationRuntimeNodesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

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

Ottiene un nodo del runtime di integrazione self-hosted.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

integrationRuntimeName

string

Nome del runtime di integrazione.

nodeName

string

Nome del nodo del runtime di integrazione.

options
IntegrationRuntimeNodesGetOptionalParams

Parametri delle opzioni.

Restituisce

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

Ottenere l'indirizzo IP del nodo del runtime di integrazione self-hosted.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

integrationRuntimeName

string

Nome del runtime di integrazione.

nodeName

string

Nome del nodo del runtime di integrazione.

options
IntegrationRuntimeNodesGetIpAddressOptionalParams

Parametri delle opzioni.

Restituisce

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

Aggiorna un nodo del runtime di integrazione self-hosted.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

factoryName

string

Nome della factory.

integrationRuntimeName

string

Nome del runtime di integrazione.

nodeName

string

Nome del nodo del runtime di integrazione.

updateIntegrationRuntimeNodeRequest
UpdateIntegrationRuntimeNodeRequest

Parametri per l'aggiornamento di un nodo del runtime di integrazione.

options
IntegrationRuntimeNodesUpdateOptionalParams

Parametri delle opzioni.

Restituisce