다음을 통해 공유


IntegrationRuntimeObjectMetadata interface

IntegrationRuntimeObjectMetadata를 나타내는 인터페이스입니다.

메서드

beginRefresh(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)

통합 런타임에서 개체 메타데이터 새로 고침

beginRefreshAndWait(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)

통합 런타임에서 개체 메타데이터 새로 고침

list(string, string, string, IntegrationRuntimeObjectMetadataListOptionalParams)

통합 런타임에서 개체 메타데이터 가져오기

메서드 세부 정보

beginRefresh(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)

통합 런타임에서 개체 메타데이터 새로 고침

function beginRefresh(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<PollerLike<PollOperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimeObjectMetadataRefreshOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<SsisObjectMetadataStatusResponse>, SsisObjectMetadataStatusResponse>>

beginRefreshAndWait(string, string, string, IntegrationRuntimeObjectMetadataRefreshOptionalParams)

통합 런타임에서 개체 메타데이터 새로 고침

function beginRefreshAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataRefreshOptionalParams): Promise<SsisObjectMetadataStatusResponse>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimeObjectMetadataRefreshOptionalParams

옵션 매개 변수입니다.

반환

list(string, string, string, IntegrationRuntimeObjectMetadataListOptionalParams)

통합 런타임에서 개체 메타데이터 가져오기

function list(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeObjectMetadataListOptionalParams): Promise<SsisObjectMetadataListResponse>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimeObjectMetadataListOptionalParams

옵션 매개 변수입니다.

반환