LinkedServiceIntegrationRuntimeArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The integration runtime reference to associate with the Synapse Linked Service.

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

A map of parameters to associate with the integration runtime.

Functions

Link copied to clipboard
open override fun toJava(): LinkedServiceIntegrationRuntimeArgs