Megosztás a következőn keresztül:


Integration Runtimes - Start

Integrációs modul indítása
Integrációs modul indítása

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

URI-paraméterek

Name In Kötelező Típus Description
integrationRuntimeName
path True

string

Integrációs modul neve

resourceGroupName
path True

string

Az erőforráscsoport neve. A név megkülönbözteti a kis- és nagybetűket.

subscriptionId
path True

string

A cél-előfizetés azonosítója.

workspaceName
path True

string

A munkaterület neve.

api-version
query True

string

A művelethez használandó API-verzió.

Válaszok

Name Típus Description
200 OK

IntegrationRuntimeStatusResponse

OK gombra.

202 Accepted

Elfogadott.

Other Status Codes

ErrorResponse

Hibaválasz érkezett a Azure Synapse szolgáltatástól.

Példák

Start integration runtime

Mintakérelem

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

Mintaválasz

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

Definíciók

Name Description
ErrorAdditionalInfo

Az erőforrás-kezelési hiba további információi.

ErrorDetail

A hiba részletei.

ErrorResponse

Hibaválasz

IntegrationRuntimeState

Az integrációs modul állapota.

IntegrationRuntimeStatusResponse

Integrációs modul állapotválasza.

IntegrationRuntimeType

Az integrációs modul típusa.

ErrorAdditionalInfo

Az erőforrás-kezelési hiba további információi.

Name Típus Description
info

object

A további információk.

type

string

A további adattípus.

ErrorDetail

A hiba részletei.

Name Típus Description
additionalInfo

ErrorAdditionalInfo[]

A hiba további információi.

code

string

A hibakód.

details

ErrorDetail[]

A hiba részletei.

message

string

A hibaüzenet.

target

string

A hiba célja.

ErrorResponse

Hibaválasz

Name Típus Description
error

ErrorDetail

A hibaobjektum.

IntegrationRuntimeState

Az integrációs modul állapota.

Name Típus Description
AccessDenied

string

Initial

string

Limited

string

NeedRegistration

string

Offline

string

Online

string

Started

string

Starting

string

Stopped

string

Stopping

string

IntegrationRuntimeStatusResponse

Integrációs modul állapotválasza.

Name Típus Description
name

string

Az integrációs modul neve.

properties.dataFactoryName

string

A munkaterület neve, amelyhez az integrációs modul tartozik.

properties.state

IntegrationRuntimeState

Az integrációs modul állapota.

properties.type

IntegrationRuntimeType

Az integrációs modul típusa.

IntegrationRuntimeType

Az integrációs modul típusa.

Name Típus Description
Managed

string

SelfHosted

string