IntegrationRuntimeObjectMetadatas Interface
public interface IntegrationRuntimeObjectMetadatas
Resource collection API of IntegrationRuntimeObjectMetadatas.
Method Summary
Method Details
list
public abstract SsisObjectMetadataListResponse list(String resourceGroupName, String workspaceName, String integrationRuntimeName)
Get integration runtime object metadata Get object metadata from an integration runtime.
Parameters:
Returns:
listWithResponse
public abstract Response<SsisObjectMetadataListResponse> listWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, GetSsisObjectMetadataRequest getMetadataRequest, Context context)
Get integration runtime object metadata Get object metadata from an integration runtime.
Parameters:
Returns:
refresh
public abstract SsisObjectMetadataStatusResponse refresh(String resourceGroupName, String workspaceName, String integrationRuntimeName)
Refresh integration runtime object metadata Refresh the object metadata in an integration runtime.
Parameters:
Returns:
refresh
public abstract SsisObjectMetadataStatusResponse refresh(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context)
Refresh integration runtime object metadata Refresh the object metadata in an integration runtime.
Parameters:
Returns: