IntegrationRuntimeObjectMetadata interface   
Interface representing a IntegrationRuntimeObjectMetadata.
Methods
| begin | Refresh the object metadata in an integration runtime | 
| begin | Refresh the object metadata in an integration runtime | 
| list(string, string, string, Integration | Get object metadata from an integration runtime | 
Method Details
		beginRefresh(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)
	       
	Refresh the object metadata in an integration runtime
function beginRefresh(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<PollerLike<PollOperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>Parameters
- resourceGroupName
- 
				string 
The name of the resource group. The name is case insensitive.
- workspaceName
- 
				string 
The name of the workspace.
- integrationRuntimeName
- 
				string 
Integration runtime name
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>
		beginRefreshAndWait(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)
	         
	Refresh the object metadata in an integration runtime
function beginRefreshAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<SsisObjectMetadataStatusResponse>Parameters
- resourceGroupName
- 
				string 
The name of the resource group. The name is case insensitive.
- workspaceName
- 
				string 
The name of the workspace.
- integrationRuntimeName
- 
				string 
Integration runtime name
The options parameters.
Returns
Promise<SsisObjectMetadataStatusResponse>
		list(string, string, string, IntegrationRuntimeObjectMetadataListOptionalParams)
	      
	Get object metadata from an integration runtime
function list(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataListOptionalParams): Promise<SsisObjectMetadataListResponse>Parameters
- resourceGroupName
- 
				string 
The name of the resource group. The name is case insensitive.
- workspaceName
- 
				string 
The name of the workspace.
- integrationRuntimeName
- 
				string 
Integration runtime name
The options parameters.
Returns
Promise<SsisObjectMetadataListResponse>