IntegrationRuntimeNodes interface
Interface représentant un IntegrationRuntimeNodes.
Méthodes
| delete(string, string, string, string, Integration |
Supprime un nœud runtime d’intégration auto-hébergé. |
| get(string, string, string, string, Integration |
Obtient un nœud runtime d’intégration auto-hébergé. |
| get |
Obtenez l’adresse IP du nœud runtime d’intégration auto-hébergé. |
| update(string, string, string, string, Update |
Met à jour un nœud runtime d’intégration auto-hébergé. |
Détails de la méthode
delete(string, string, string, string, IntegrationRuntimeNodesDeleteOptionalParams)
Supprime un nœud runtime d’intégration auto-hébergé.
function delete(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- factoryName
-
string
Nom de la fabrique.
- integrationRuntimeName
-
string
Nom du runtime d’intégration.
- nodeName
-
string
Nom du nœud runtime d’intégration.
Paramètres d’options.
Retours
Promise<void>
get(string, string, string, string, IntegrationRuntimeNodesGetOptionalParams)
Obtient un nœud runtime d’intégration auto-hébergé.
function get(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- factoryName
-
string
Nom de la fabrique.
- integrationRuntimeName
-
string
Nom du runtime d’intégration.
- nodeName
-
string
Nom du nœud runtime d’intégration.
Paramètres d’options.
Retours
Promise<SelfHostedIntegrationRuntimeNode>
getIpAddress(string, string, string, string, IntegrationRuntimeNodesGetIpAddressOptionalParams)
Obtenez l’adresse IP du nœud runtime d’intégration auto-hébergé.
function getIpAddress(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetIpAddressOptionalParams): Promise<IntegrationRuntimeNodeIpAddress>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- factoryName
-
string
Nom de la fabrique.
- integrationRuntimeName
-
string
Nom du runtime d’intégration.
- nodeName
-
string
Nom du nœud runtime d’intégration.
Paramètres d’options.
Retours
Promise<IntegrationRuntimeNodeIpAddress>
update(string, string, string, string, UpdateIntegrationRuntimeNodeRequest, IntegrationRuntimeNodesUpdateOptionalParams)
Met à jour un nœud runtime d’intégration auto-hébergé.
function update(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, updateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest, options?: IntegrationRuntimeNodesUpdateOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- factoryName
-
string
Nom de la fabrique.
- integrationRuntimeName
-
string
Nom du runtime d’intégration.
- nodeName
-
string
Nom du nœud runtime d’intégration.
- updateIntegrationRuntimeNodeRequest
- UpdateIntegrationRuntimeNodeRequest
Paramètres de mise à jour d’un nœud runtime d’intégration.
Paramètres d’options.
Retours
Promise<SelfHostedIntegrationRuntimeNode>