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