IIntegrationRuntimeObjectMetadataOperations Interface

Definition

IntegrationRuntimeObjectMetadataOperations operations.

public interface IIntegrationRuntimeObjectMetadataOperations
type IIntegrationRuntimeObjectMetadataOperations = interface
Public Interface IIntegrationRuntimeObjectMetadataOperations

Methods

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

Refresh a SSIS integration runtime object metadata.

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

Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.

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

Refresh a SSIS integration runtime object metadata.

Extension Methods

BeginRefresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

Refresh a SSIS integration runtime object metadata.

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

Refresh a SSIS integration runtime object metadata.

Get(IIntegrationRuntimeObjectMetadataOperations, String, String, String, GetSsisObjectMetadataRequest)

Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.

GetAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, GetSsisObjectMetadataRequest, CancellationToken)

Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.

Refresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

Refresh a SSIS integration runtime object metadata.

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

Refresh a SSIS integration runtime object metadata.

Applies to