IntegrationRuntimeObjectMetadata interface

Interface representing a IntegrationRuntimeObjectMetadata.

Methods

beginRefresh(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)

Refresh the object metadata in an integration runtime

beginRefreshAndWait(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)

Refresh the object metadata in an integration runtime

list(string, string, string, IntegrationRuntimeObjectMetadataListOptionalParams)

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

Returns

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

Returns

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

options
IntegrationRuntimeObjectMetadataListOptionalParams

The options parameters.

Returns