IIntegrationRuntimeObjectMetadataOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET