get Integration Runtime
suspend fun getIntegrationRuntime(argument: GetIntegrationRuntimePlainArgs): GetIntegrationRuntimeResult
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
factory Name
The factory name.
integration Runtime Name
The integration runtime name.
resource Group Name
The resource group name.
See also
suspend fun getIntegrationRuntime(argument: suspend GetIntegrationRuntimePlainArgsBuilder.() -> Unit): GetIntegrationRuntimeResult
Return
Integration runtime resource type.
Parameters
argument
Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.GetIntegrationRuntimePlainArgs.