LinkedCustomServiceIntegrationRuntime

data class LinkedCustomServiceIntegrationRuntime(val name: String, val parameters: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(name: String, parameters: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The integration runtime reference to associate with the Data Factory Linked Service.

Link copied to clipboard
val parameters: Map<String, String>? = null

A map of parameters to associate with the integration runtime.