IntegrationRuntimeDataProxyPropertiesArgs

data class IntegrationRuntimeDataProxyPropertiesArgs(val connectVia: Output<EntityReferenceArgs>? = null, val path: Output<String>? = null, val stagingLinkedService: Output<EntityReferenceArgs>? = null) : ConvertibleToJava<IntegrationRuntimeDataProxyPropertiesArgs>

Data proxy properties for a managed dedicated integration runtime.

Constructors

constructor(connectVia: Output<EntityReferenceArgs>? = null, path: Output<String>? = null, stagingLinkedService: Output<EntityReferenceArgs>? = null)

Properties

Link copied to clipboard
val connectVia: Output<EntityReferenceArgs>? = null

The self-hosted integration runtime reference.

Link copied to clipboard
val path: Output<String>? = null

The path to contain the staged data in the Blob storage.

Link copied to clipboard

The staging linked service reference.

Functions

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