IntegrationRuntimeNodesOperations interface

Interfaz que representa una operación de IntegrationRuntimeNodes.

Propiedades

delete

Elimina un nodo de Integration Runtime autohospedado.

get

Obtiene un nodo de Integration Runtime autohospedado.

getIpAddress

Obtenga la dirección IP del nodo del entorno de ejecución de integración autohospedado.

update

Actualiza un nodo de Integration Runtime autohospedado.

Detalles de las propiedades

delete

Elimina un nodo de Integration Runtime autohospedado.

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

Valor de propiedad

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

get

Obtiene un nodo de Integration Runtime autohospedado.

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

Valor de propiedad

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

getIpAddress

Obtenga la dirección IP del nodo del entorno de ejecución de integración autohospedado.

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

Valor de propiedad

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

update

Actualiza un nodo de Integration Runtime autohospedado.

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

Valor de propiedad

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