getIntegrationRuntime

Gets an integration runtime. Uses Azure REST API version 2018-06-01.

Return

Integration runtime resource type.

Parameters

argument

null


suspend fun getIntegrationRuntime(factoryName: String, integrationRuntimeName: String, resourceGroupName: String): GetIntegrationRuntimeResult

Return

Integration runtime resource type.

Parameters

factoryName

The factory name.

integrationRuntimeName

The integration runtime name.

resourceGroupName

The resource group name.

See also


Return

Integration runtime resource type.

Parameters

argument

Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.GetIntegrationRuntimePlainArgs.

See also