FlowletDataFlowSourceRejectedLinkedServiceArgs

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

Constructors

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 with schema.

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(): FlowletDataFlowSourceRejectedLinkedServiceArgs