DataFlowSourceLinkedServiceArgs

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

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 name for the Data Factory Linked Service.

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

A map of parameters to associate with the Data Factory Linked Service.

Functions

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