IntegrationRuntimeObjectMetadataOperations interface

IntegrationRuntimeObjectMetadata 작업을 나타내는 인터페이스입니다.

속성

beginRefresh
beginRefreshAndWait
get

지정된 경로로 SSIS 통합 런타임 개체 메타데이터를 가져옵니다. 반환은 페이지 가능한 메타데이터 목록입니다.

refresh

SSIS 통합 런타임 개체 메타데이터를 새로 고칩니다.

속성 세부 정보

beginRefresh

경고

이 API는 이제 사용되지 않습니다.

use refresh instead

beginRefresh: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>

속성 값

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SimplePollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>

beginRefreshAndWait

경고

이 API는 이제 사용되지 않습니다.

use refresh instead

beginRefreshAndWait: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SsisObjectMetadataStatusResponse>

속성 값

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => Promise<SsisObjectMetadataStatusResponse>

get

지정된 경로로 SSIS 통합 런타임 개체 메타데이터를 가져옵니다. 반환은 페이지 가능한 메타데이터 목록입니다.

get: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams) => Promise<SsisObjectMetadataListResponse>

속성 값

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataGetOptionalParams) => Promise<SsisObjectMetadataListResponse>

refresh

SSIS 통합 런타임 개체 메타데이터를 새로 고칩니다.

refresh: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => PollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>

속성 값

(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams) => PollerLike<OperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>