IIntegrationRuntimeNodesOperations インターフェイス

定義

IntegrationRuntimeNodesOperations 操作。

public interface IIntegrationRuntimeNodesOperations
type IIntegrationRuntimeNodesOperations = interface
Public Interface IIntegrationRuntimeNodesOperations

メソッド

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

統合ランタイム ノードを削除する

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

統合ランタイム ノードを取得する

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

統合ランタイム ノードを作成する

拡張メソッド

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

統合ランタイム ノードを削除する

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

統合ランタイム ノードを削除する

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

統合ランタイム ノードを取得する

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

統合ランタイム ノードを取得する

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

統合ランタイム ノードを作成する

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

統合ランタイム ノードを作成する

適用対象