Package version:

Interface IntegrationRuntimeObjectMetadata

Interface representing a IntegrationRuntimeObjectMetadata.

interface IntegrationRuntimeObjectMetadata {
    beginRefresh(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>;
    beginRefreshAndWait(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<SsisObjectMetadataStatusResponse>;
    get(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams): Promise<SsisObjectMetadataListResponse>;
}

Methods