Share via


IIntegrationRuntimeNodesOperations インターフェイス

定義

IntegrationRuntimeNodesOperations 操作。

public interface IIntegrationRuntimeNodesOperations
type IIntegrationRuntimeNodesOperations = interface
Public Interface IIntegrationRuntimeNodesOperations

メソッド

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

セルフホステッド統合ランタイム ノードを削除します。

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

セルフホステッド統合ランタイム ノードの IP アドレスを取得します。

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)

セルフホステッド統合ランタイム ノードを取得します。

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

セルフホステッド統合ランタイム ノードの IP アドレスを取得します。

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

セルフホステッド統合ランタイム ノードの IP アドレスを取得します。

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

セルフホステッド統合ランタイム ノードを更新します。

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

セルフホステッド統合ランタイム ノードを更新します。

適用対象