IntegrationRuntimes interface

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

메서드

beginCreate(string, string, string, IntegrationRuntimeResource, IntegrationRuntimesCreateOptionalParams)

통합 런타임 만들기

beginCreateAndWait(string, string, string, IntegrationRuntimeResource, IntegrationRuntimesCreateOptionalParams)

통합 런타임 만들기

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

통합 런타임 삭제

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

통합 런타임 삭제

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

통합 런타임에서 대화형 쿼리 사용 안 함

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

통합 런타임에서 대화형 쿼리 사용 안 함

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

통합 런타임에서 대화형 쿼리 사용

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

통합 런타임에서 대화형 쿼리 사용

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

통합 런타임 시작

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

통합 런타임 시작

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

통합 런타임 중지

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

통합 런타임 중지

get(string, string, string, IntegrationRuntimesGetOptionalParams)

통합 런타임 가져오기

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

모든 통합 런타임 나열

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

지정된 Azure-SSIS 통합 런타임에 대한 아웃바운드 네트워크 종속성 목록을 가져옵니다.

update(string, string, string, UpdateIntegrationRuntimeRequest, IntegrationRuntimesUpdateOptionalParams)

통합 런타임 업데이트

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

통합 런타임 업그레이드

메서드 세부 정보

beginCreate(string, string, string, IntegrationRuntimeResource, IntegrationRuntimesCreateOptionalParams)

통합 런타임 만들기

function beginCreate(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntime: IntegrationRuntimeResource, options?: IntegrationRuntimesCreateOptionalParams): Promise<PollerLike<PollOperationState<IntegrationRuntimeResource>, IntegrationRuntimeResource>>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

integrationRuntime
IntegrationRuntimeResource

통합 런타임 리소스 정의입니다.

options
IntegrationRuntimesCreateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateAndWait(string, string, string, IntegrationRuntimeResource, IntegrationRuntimesCreateOptionalParams)

통합 런타임 만들기

function beginCreateAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntime: IntegrationRuntimeResource, options?: IntegrationRuntimesCreateOptionalParams): Promise<IntegrationRuntimeResource>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

integrationRuntime
IntegrationRuntimeResource

통합 런타임 리소스 정의입니다.

options
IntegrationRuntimesCreateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, string, IntegrationRuntimesDeleteOptionalParams)

통합 런타임 삭제

function beginDelete(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, IntegrationRuntimesDeleteOptionalParams)

통합 런타임 삭제

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginDisableInteractiveQuery(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

통합 런타임에서 대화형 쿼리 사용 안 함

function beginDisableInteractiveQuery(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesDisableInteractiveQueryOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesDisableInteractiveQueryOptionalParams

옵션 매개 변수입니다.

반환

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

beginDisableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesDisableInteractiveQueryOptionalParams)

통합 런타임에서 대화형 쿼리 사용 안 함

function beginDisableInteractiveQueryAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesDisableInteractiveQueryOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesDisableInteractiveQueryOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginEnableInteractiveQuery(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

통합 런타임에서 대화형 쿼리 사용

function beginEnableInteractiveQuery(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesEnableInteractiveQueryOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesEnableInteractiveQueryOptionalParams

옵션 매개 변수입니다.

반환

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

beginEnableInteractiveQueryAndWait(string, string, string, IntegrationRuntimesEnableInteractiveQueryOptionalParams)

통합 런타임에서 대화형 쿼리 사용

function beginEnableInteractiveQueryAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesEnableInteractiveQueryOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesEnableInteractiveQueryOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginStart(string, string, string, IntegrationRuntimesStartOptionalParams)

통합 런타임 시작

function beginStart(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<PollerLike<PollOperationState<IntegrationRuntimeStatusResponse>, IntegrationRuntimeStatusResponse>>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesStartOptionalParams

옵션 매개 변수입니다.

반환

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

beginStartAndWait(string, string, string, IntegrationRuntimesStartOptionalParams)

통합 런타임 시작

function beginStartAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStartOptionalParams): Promise<IntegrationRuntimeStatusResponse>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesStartOptionalParams

옵션 매개 변수입니다.

반환

beginStop(string, string, string, IntegrationRuntimesStopOptionalParams)

통합 런타임 중지

function beginStop(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesStopOptionalParams

옵션 매개 변수입니다.

반환

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

beginStopAndWait(string, string, string, IntegrationRuntimesStopOptionalParams)

통합 런타임 중지

function beginStopAndWait(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesStopOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesStopOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, IntegrationRuntimesGetOptionalParams)

통합 런타임 가져오기

function get(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesGetOptionalParams): Promise<IntegrationRuntimeResource>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesGetOptionalParams

옵션 매개 변수입니다.

반환

listByWorkspace(string, string, IntegrationRuntimesListByWorkspaceOptionalParams)

모든 통합 런타임 나열

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: IntegrationRuntimesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<IntegrationRuntimeResource, IntegrationRuntimeResource[], PageSettings>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

options
IntegrationRuntimesListByWorkspaceOptionalParams

옵션 매개 변수입니다.

반환

listOutboundNetworkDependenciesEndpoints(string, string, string, IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams)

지정된 Azure-SSIS 통합 런타임에 대한 아웃바운드 네트워크 종속성 목록을 가져옵니다.

function listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesListOutboundNetworkDependenciesEndpointsOptionalParams): Promise<IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

반환

update(string, string, string, UpdateIntegrationRuntimeRequest, IntegrationRuntimesUpdateOptionalParams)

통합 런타임 업데이트

function update(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, updateIntegrationRuntimeRequest: UpdateIntegrationRuntimeRequest, options?: IntegrationRuntimesUpdateOptionalParams): Promise<IntegrationRuntimeResource>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

updateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest

통합 런타임을 업데이트하기 위한 매개 변수입니다.

options
IntegrationRuntimesUpdateOptionalParams

옵션 매개 변수입니다.

반환

upgrade(string, string, string, IntegrationRuntimesUpgradeOptionalParams)

통합 런타임 업그레이드

function upgrade(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimesUpgradeOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

workspaceName

string

작업 영역의 이름입니다.

integrationRuntimeName

string

통합 런타임 이름

options
IntegrationRuntimesUpgradeOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>