IntegrationRuntimeNodes interface
Interfaccia che rappresenta un elemento IntegrationRuntimeNodes.
Metodi
| delete(string, string, string, string, Integration |
Eliminare un nodo del runtime di integrazione |
| get(string, string, string, string, Integration |
Ottenere un nodo del runtime di integrazione |
| update(string, string, string, string, Update |
Creare un nodo del runtime di integrazione |
Dettagli metodo
delete(string, string, string, string, IntegrationRuntimeNodesDeleteOptionalParams)
Eliminare un nodo del runtime di integrazione
function delete(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesDeleteOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- workspaceName
-
string
Nome dell'area di lavoro.
- integrationRuntimeName
-
string
Nome del runtime di integrazione
- nodeName
-
string
Nome del nodo del runtime di integrazione
Parametri delle opzioni.
Restituisce
Promise<void>
get(string, string, string, string, IntegrationRuntimeNodesGetOptionalParams)
Ottenere un nodo del runtime di integrazione
function get(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- workspaceName
-
string
Nome dell'area di lavoro.
- integrationRuntimeName
-
string
Nome del runtime di integrazione
- nodeName
-
string
Nome del nodo del runtime di integrazione
Parametri delle opzioni.
Restituisce
Promise<SelfHostedIntegrationRuntimeNode>
update(string, string, string, string, UpdateIntegrationRuntimeNodeRequest, IntegrationRuntimeNodesUpdateOptionalParams)
Creare un nodo del runtime di integrazione
function update(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, updateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest, options?: IntegrationRuntimeNodesUpdateOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- workspaceName
-
string
Nome dell'area di lavoro.
- 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.
Parametri delle opzioni.
Restituisce
Promise<SelfHostedIntegrationRuntimeNode>