Integration Runtime Data Proxy Properties Args
    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
Link copied to clipboard
                fun IntegrationRuntimeDataProxyPropertiesArgs(connectVia: Output<EntityReferenceArgs>? = null, path: Output<String>? = null, stagingLinkedService: Output<EntityReferenceArgs>? = null)