IntegrationRuntimeNodesOperations interface
Interface représentant une opération IntegrationRuntimeNodes.
Propriétés
| delete | Supprime un nœud runtime d’intégration auto-hébergé. |
| get | 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 | Met à jour un nœud runtime d’intégration auto-hébergé. |
Détails de la propriété
delete
Supprime un nœud runtime d’intégration auto-hébergé.
delete: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesDeleteOptionalParams) => Promise<void>
Valeur de propriété
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesDeleteOptionalParams) => Promise<void>
get
Obtient un nœud runtime d’intégration auto-hébergé.
get: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetOptionalParams) => Promise<SelfHostedIntegrationRuntimeNode>
Valeur de propriété
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetOptionalParams) => Promise<SelfHostedIntegrationRuntimeNode>
getIpAddress
Obtenez l’adresse IP du nœud runtime d’intégration auto-hébergé.
getIpAddress: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetIpAddressOptionalParams) => Promise<IntegrationRuntimeNodeIpAddress>
Valeur de propriété
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetIpAddressOptionalParams) => Promise<IntegrationRuntimeNodeIpAddress>
update
Met à jour un nœud runtime d’intégration auto-hébergé.
update: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, updateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest, options?: IntegrationRuntimeNodesUpdateOptionalParams) => Promise<SelfHostedIntegrationRuntimeNode>
Valeur de propriété
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, updateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest, options?: IntegrationRuntimeNodesUpdateOptionalParams) => Promise<SelfHostedIntegrationRuntimeNode>