IIntegrationRuntimeObjectMetadataOperations インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IntegrationRuntimeObjectMetadataOperations 操作。
public interface IIntegrationRuntimeObjectMetadataOperations
type IIntegrationRuntimeObjectMetadataOperations = interface
Public Interface IIntegrationRuntimeObjectMetadataOperations
メソッド
BeginRefreshWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
SSIS 統合ランタイム オブジェクト メタデータを更新します。 |
GetWithHttpMessagesAsync(String, String, String, GetSsisObjectMetadataRequest, Dictionary<String,List<String>>, CancellationToken) |
指定したパスで SSIS 統合ランタイム オブジェクト メタデータを取得します。 戻り値はページング可能なメタデータ リストです。 |
RefreshWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
SSIS 統合ランタイム オブジェクト メタデータを更新します。 |
拡張メソッド
BeginRefresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String) |
SSIS 統合ランタイム オブジェクト メタデータを更新します。 |
BeginRefreshAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, CancellationToken) |
SSIS 統合ランタイム オブジェクト メタデータを更新します。 |
Get(IIntegrationRuntimeObjectMetadataOperations, String, String, String, GetSsisObjectMetadataRequest) |
指定したパスで SSIS 統合ランタイム オブジェクト メタデータを取得します。 戻り値はページング可能なメタデータ リストです。 |
GetAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, GetSsisObjectMetadataRequest, CancellationToken) |
指定したパスで SSIS 統合ランタイム オブジェクト メタデータを取得します。 戻り値はページング可能なメタデータ リストです。 |
Refresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String) |
SSIS 統合ランタイム オブジェクト メタデータを更新します。 |
RefreshAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, CancellationToken) |
SSIS 統合ランタイム オブジェクト メタデータを更新します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET