다음을 통해 공유


Integration Runtimes - Start

Integration Runtime 시작
통합 런타임 시작

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/start?api-version=2021-06-01-preview

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
integrationRuntimeName
path True

string

통합 런타임 이름

resourceGroupName
path True

string

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

subscriptionId
path True

string

대상 구독의 ID입니다.

workspaceName
path True

string

작업 영역의 이름

api-version
query True

string

이 작업에 사용할 API 버전입니다.

응답

Name 형식 Description
200 OK

IntegrationRuntimeStatusResponse

OK.

202 Accepted

수락됨

Other Status Codes

ErrorResponse

Azure Synapse 서비스에서 받은 오류 응답입니다.

예제

Start integration runtime

샘플 요청

POST https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Synapse/workspaces/exampleWorkspace/integrationRuntimes/exampleManagedIntegrationRuntime/start?api-version=2021-06-01-preview

샘플 응답

Date: Wed, 13 Jun 2018 21:33:00 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14912
x-ms-request-id: 2af47f9f-5625-4b01-a3a5-bccb576a4677
x-ms-correlation-request-id: 2af47f9f-5625-4b01-a3a5-bccb576a4677
{
  "name": "exampleManagedIntegrationRuntime",
  "properties": {
    "dataFactoryName": "exampleWorkspaceName",
    "type": "Managed",
    "state": "Started",
    "typeProperties": {
      "nodes": [],
      "otherErrors": [],
      "createTime": "2018-06-13T21:11:01.8695494Z"
    }
  }
}
azure-asyncoperation: https://ms.web.azuresynapse.net

정의

Name Description
ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorDetail

오류 세부 정보입니다.

ErrorResponse

오류 응답

IntegrationRuntimeState

통합 런타임의 상태입니다.

IntegrationRuntimeStatusResponse

통합 런타임 상태 응답.

IntegrationRuntimeType

통합 런타임의 유형입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorDetail

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorDetail[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

Error 개체.

IntegrationRuntimeState

통합 런타임의 상태입니다.

Name 형식 Description
AccessDenied

string

Initial

string

Limited

string

NeedRegistration

string

Offline

string

Online

string

Started

string

Starting

string

Stopped

string

Stopping

string

IntegrationRuntimeStatusResponse

통합 런타임 상태 응답.

Name 형식 Description
name

string

통합 런타임 이름입니다.

properties.dataFactoryName

string

통합 런타임이 속한 작업 영역 이름입니다.

properties.state

IntegrationRuntimeState

통합 런타임의 상태입니다.

properties.type

IntegrationRuntimeType

통합 런타임 유형입니다.

IntegrationRuntimeType

통합 런타임의 유형입니다.

Name 형식 Description
Managed

string

SelfHosted

string