Partager via


IIntegrationRuntimeNodesOperations Interface

Définition

Opérations IntegrationRuntimeNodesOperations.

public interface IIntegrationRuntimeNodesOperations
type IIntegrationRuntimeNodesOperations = interface
Public Interface IIntegrationRuntimeNodesOperations

Méthodes

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime un nœud du runtime d’intégration auto-hébergé.

GetIpAddressWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtenez l’adresse IP du nœud du runtime d’intégration auto-hébergé.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient un nœud de runtime d’intégration auto-hébergé.

UpdateWithHttpMessagesAsync(String, String, String, String, UpdateIntegrationRuntimeNodeRequest, Dictionary<String,List<String>>, CancellationToken)

Mises à jour un nœud de runtime d’intégration auto-hébergé.

Méthodes d’extension

Delete(IIntegrationRuntimeNodesOperations, String, String, String, String)

Supprime un nœud du runtime d’intégration auto-hébergé.

DeleteAsync(IIntegrationRuntimeNodesOperations, String, String, String, String, CancellationToken)

Supprime un nœud du runtime d’intégration auto-hébergé.

Get(IIntegrationRuntimeNodesOperations, String, String, String, String)

Obtient un nœud de runtime d’intégration auto-hébergé.

GetAsync(IIntegrationRuntimeNodesOperations, String, String, String, String, CancellationToken)

Obtient un nœud de runtime d’intégration auto-hébergé.

GetIpAddress(IIntegrationRuntimeNodesOperations, String, String, String, String)

Obtenez l’adresse IP du nœud du runtime d’intégration auto-hébergé.

GetIpAddressAsync(IIntegrationRuntimeNodesOperations, String, String, String, String, CancellationToken)

Obtenez l’adresse IP du nœud du runtime d’intégration auto-hébergé.

Update(IIntegrationRuntimeNodesOperations, String, String, String, String, UpdateIntegrationRuntimeNodeRequest)

Mises à jour un nœud de runtime d’intégration auto-hébergé.

UpdateAsync(IIntegrationRuntimeNodesOperations, String, String, String, String, UpdateIntegrationRuntimeNodeRequest, CancellationToken)

Mises à jour un nœud de runtime d’intégration auto-hébergé.

S’applique à