IntegrationRuntimeNodesOperationsExtensions Class

Definition

Extension methods for IntegrationRuntimeNodesOperations.

public static class IntegrationRuntimeNodesOperationsExtensions
type IntegrationRuntimeNodesOperationsExtensions = class
Public Module IntegrationRuntimeNodesOperationsExtensions
Inheritance
IntegrationRuntimeNodesOperationsExtensions

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