Integration Runtimes - Get
Integrációs modul lekérése
Integrációs modul lekérése
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}?api-version=2021-06-01-preview
URI-paraméterek
Name | In | Kötelező | Típus | Description |
---|---|---|---|---|
integration
|
path | True |
string |
Integrációs modul neve |
resource
|
path | True |
string |
Az erőforráscsoport neve. A név megkülönbözteti a kis- és nagybetűket. |
subscription
|
path | True |
string |
A cél-előfizetés azonosítója. |
workspace
|
path | True |
string |
A munkaterület neve. |
api-version
|
query | True |
string |
A művelethez használandó API-verzió. |
Kérelem fejléce
Name | Kötelező | Típus | Description |
---|---|---|---|
If-None-Match |
string |
Az integrációs modul entitás ETagje. Csak a lekéréshez kell megadni. Ha az ETag megfelel a meglévő entitáscímkének, vagy ha * van megadva, akkor a rendszer nem ad vissza tartalmat. |
Válaszok
Name | Típus | Description |
---|---|---|
200 OK |
OK gombra. |
|
Other Status Codes |
Nincs módosítva. |
|
Other Status Codes |
Hibaválasz érkezett a GET integrációs modul műveletétől. |
Példák
Get integration runtime
Mintakérelem
Mintaválasz
Date: Mon, 22 Apr 2019 18:33:47 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 11997
x-ms-request-id: ad824326-e577-4a47-a092-2e621c4d59d9
x-ms-correlation-request-id: ad824326-e577-4a47-a092-2e621c4d59d9
{
"id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Synapse/workspaces/exampleWorkspaceName/integrationruntimes/exampleIntegrationRuntime",
"name": "exampleIntegrationRuntime",
"type": "Microsoft.Synapse/workspaces/integrationruntimes",
"properties": {
"type": "SelfHosted",
"description": "A selfhosted integration runtime"
},
"etag": "15003c4f-0000-0200-0000-5cbe090b0000"
}
{
"error": {
"code": "Error code",
"message": "Error message"
}
}
Definíciók
Name | Description |
---|---|
Error |
Az erőforrás-kezelési hiba további információi. |
Error |
A hiba részletei. |
Error |
Hibaválasz |
Integration |
Integrációs modul erőforrástípusa. |
Integration |
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 |
A hiba további információi. |
|
code |
string |
A hibakód. |
details |
A hiba részletei. |
|
message |
string |
A hibaüzenet. |
target |
string |
A hiba célja. |
ErrorResponse
Hibaválasz
Name | Típus | Description |
---|---|---|
error |
A hibaobjektum. |
IntegrationRuntimeResource
Integrációs modul erőforrástípusa.
Name | Típus | Description |
---|---|---|
etag |
string |
Erőforráscímke. |
id |
string |
Az erőforrás teljes erőforrás-azonosítója. Például : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
Az erőforrás neve |
properties.description |
string |
Integrációs modul leírása. |
properties.type |
Az integrációs modul típusa. |
|
type |
string |
Az erőforrás típusa. Például"Microsoft.Compute/virtualMachines" vagy "Microsoft.Storage/storageAccounts" |
IntegrationRuntimeType
Az integrációs modul típusa.
Name | Típus | Description |
---|---|---|
Managed |
string |
|
SelfHosted |
string |