getIntegrationRuntimeStatus

Gets detailed status information for an integration runtime. Uses Azure REST API version 2018-06-01.

Return

Integration runtime status response.

Parameters

argument

null


suspend fun getIntegrationRuntimeStatus(factoryName: String, integrationRuntimeName: String, resourceGroupName: String): GetIntegrationRuntimeStatusResult

Return

Integration runtime status response.

Parameters

factoryName

The factory name.

integrationRuntimeName

The integration runtime name.

resourceGroupName

The resource group name.

See also


Return

Integration runtime status response.

Parameters

argument

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

See also