IIntegrationRuntimeNodesOperations Interface

Definition

IntegrationRuntimeNodesOperations operations.

public interface IIntegrationRuntimeNodesOperations
type IIntegrationRuntimeNodesOperations = interface
Public Interface IIntegrationRuntimeNodesOperations

Methods

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

Deletes a self-hosted integration runtime node.

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

Get the IP address of self-hosted integration runtime node.

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

Gets a self-hosted integration runtime node.

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

Updates a self-hosted integration runtime node.

Extension Methods

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

Deletes a self-hosted integration runtime node.

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

Deletes a self-hosted integration runtime node.

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

Gets a self-hosted integration runtime node.

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

Gets a self-hosted integration runtime node.

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

Get the IP address of self-hosted integration runtime node.

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

Get the IP address of self-hosted integration runtime node.

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

Updates a self-hosted integration runtime node.

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

Updates a self-hosted integration runtime node.

Applies to