IntegrationRuntimeNodesOperations interface

Interfaccia che rappresenta un'operazione di IntegrationRuntimeNodes.

Proprietà

delete

Elimina un nodo del runtime di integrazione self-hosted.

get

Ottiene un nodo del runtime di integrazione self-hosted.

getIpAddress

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

update

Aggiorna un nodo del runtime di integrazione self-hosted.

Dettagli proprietà

delete

Elimina un nodo del runtime di integrazione self-hosted.

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

Valore della proprietà

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

get

Ottiene un nodo del runtime di integrazione self-hosted.

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

Valore della proprietà

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

getIpAddress

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

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

Valore della proprietà

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

update

Aggiorna un nodo del runtime di integrazione self-hosted.

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

Valore della proprietà

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