Share via


IntegrationRuntimeDataProxyProperties Constructors

Definition

Overloads

IntegrationRuntimeDataProxyProperties()

Initializes a new instance of the IntegrationRuntimeDataProxyProperties class.

IntegrationRuntimeDataProxyProperties(EntityReference, EntityReference, String)

Initializes a new instance of the IntegrationRuntimeDataProxyProperties class.

IntegrationRuntimeDataProxyProperties()

Initializes a new instance of the IntegrationRuntimeDataProxyProperties class.

public IntegrationRuntimeDataProxyProperties ();
Public Sub New ()

Applies to

IntegrationRuntimeDataProxyProperties(EntityReference, EntityReference, String)

Initializes a new instance of the IntegrationRuntimeDataProxyProperties class.

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)

Parameters

connectVia
EntityReference

The self-hosted integration runtime reference.

stagingLinkedService
EntityReference

The staging linked service reference.

path
String

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

Applies to