IIntegrationRuntimeObjectMetadataOperations インターフェイス

定義

IntegrationRuntimeObjectMetadataOperations 操作。

public interface IIntegrationRuntimeObjectMetadataOperations
type IIntegrationRuntimeObjectMetadataOperations = interface
Public Interface IIntegrationRuntimeObjectMetadataOperations

メソッド

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

統合ランタイム オブジェクトのメタデータを更新する

ListWithHttpMessagesAsync(String, String, String, GetSsisObjectMetadataRequest, Dictionary<String,List<String>>, CancellationToken)

統合ランタイム オブジェクトのメタデータを取得する

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

統合ランタイム オブジェクトのメタデータを更新する

拡張メソッド

BeginRefresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

統合ランタイム オブジェクトのメタデータを更新する

BeginRefreshAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, CancellationToken)

統合ランタイム オブジェクトのメタデータを更新する

List(IIntegrationRuntimeObjectMetadataOperations, String, String, String, GetSsisObjectMetadataRequest)

統合ランタイム オブジェクトのメタデータを取得する

ListAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, GetSsisObjectMetadataRequest, CancellationToken)

統合ランタイム オブジェクトのメタデータを取得する

Refresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

統合ランタイム オブジェクトのメタデータを更新する

RefreshAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, CancellationToken)

統合ランタイム オブジェクトのメタデータを更新する

適用対象