IntegrationRuntimeDataProxyPropertiesResponse

data class IntegrationRuntimeDataProxyPropertiesResponse(val connectVia: EntityReferenceResponse? = null, val path: String? = null, val stagingLinkedService: EntityReferenceResponse? = null)

Data proxy properties for a managed dedicated integration runtime.

Constructors

constructor(connectVia: EntityReferenceResponse? = null, path: String? = null, stagingLinkedService: EntityReferenceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The self-hosted integration runtime reference.

Link copied to clipboard
val path: String? = null

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

Link copied to clipboard

The staging linked service reference.