你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationRuntimeDataProxyProperties 构造函数

定义

重载

IntegrationRuntimeDataProxyProperties()

初始化 IntegrationRuntimeDataProxyProperties 类的新实例。

IntegrationRuntimeDataProxyProperties(EntityReference, EntityReference, String)

初始化 IntegrationRuntimeDataProxyProperties 类的新实例。

IntegrationRuntimeDataProxyProperties()

初始化 IntegrationRuntimeDataProxyProperties 类的新实例。

public IntegrationRuntimeDataProxyProperties ();
Public Sub New ()

适用于

IntegrationRuntimeDataProxyProperties(EntityReference, EntityReference, String)

初始化 IntegrationRuntimeDataProxyProperties 类的新实例。

public IntegrationRuntimeDataProxyProperties (Microsoft.Azure.Management.Synapse.Models.EntityReference connectVia = default, Microsoft.Azure.Management.Synapse.Models.EntityReference stagingLinkedService = default, string path = default);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeDataProxyProperties : Microsoft.Azure.Management.Synapse.Models.EntityReference * Microsoft.Azure.Management.Synapse.Models.EntityReference * string -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeDataProxyProperties
Public Sub New (Optional connectVia As EntityReference = Nothing, Optional stagingLinkedService As EntityReference = Nothing, Optional path As String = Nothing)

参数

connectVia
EntityReference

自承载集成运行时引用。

stagingLinkedService
EntityReference

暂存链接服务引用。

path
String

用于包含 Blob 存储中暂存数据的路径。

适用于