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 integration runtime object metadata

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

Get integration runtime object metadata

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

Refresh integration runtime object metadata

Extension Methods

BeginRefresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

Refresh integration runtime object metadata

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

Refresh integration runtime object metadata

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

Get integration runtime object metadata

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

Get integration runtime object metadata

Refresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

Refresh integration runtime object metadata

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

Refresh integration runtime object metadata

Applies to