Freigeben über


IIntegrationRuntimeNodesOperations Schnittstelle

Definition

IntegrationRuntimeNodesOperations-Vorgänge.

public interface IIntegrationRuntimeNodesOperations
type IIntegrationRuntimeNodesOperations = interface
Public Interface IIntegrationRuntimeNodesOperations

Methoden

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

Löscht einen selbstgehosteten Integration Runtime-Knoten.

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

Rufen Sie die IP-Adresse des selbstgehosteten Integration Runtime-Knotens ab.

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

Ruft einen selbstgehosteten Integration Runtime-Knoten ab.

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

Updates einen selbstgehosteten Integration Runtime-Knoten.

Erweiterungsmethoden

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

Löscht einen selbstgehosteten Integration Runtime-Knoten.

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

Löscht einen selbstgehosteten Integration Runtime-Knoten.

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

Ruft einen selbstgehosteten Integration Runtime-Knoten ab.

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

Ruft einen selbstgehosteten Integration Runtime-Knoten ab.

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

Rufen Sie die IP-Adresse des selbstgehosteten Integration Runtime-Knotens ab.

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

Rufen Sie die IP-Adresse des selbstgehosteten Integration Runtime-Knotens ab.

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

Updates einen selbstgehosteten Integration Runtime-Knoten.

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

Updates einen selbstgehosteten Integration Runtime-Knoten.

Gilt für: