Class IntegrationRuntimeDataProxyProperties
java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeDataProxyProperties
Data proxy properties for a managed dedicated integration runtime.
-
Constructor Summary
ConstructorDescriptionCreates an instance of IntegrationRuntimeDataProxyProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the connectVia property: The self-hosted integration runtime reference.path()
Get the path property: The path to contain the staged data in the Blob storage.Get the stagingLinkedService property: The staging linked service reference.void
validate()
Validates the instance.withConnectVia
(EntityReference connectVia) Set the connectVia property: The self-hosted integration runtime reference.Set the path property: The path to contain the staged data in the Blob storage.withStagingLinkedService
(EntityReference stagingLinkedService) Set the stagingLinkedService property: The staging linked service reference.
-
Constructor Details
-
IntegrationRuntimeDataProxyProperties
public IntegrationRuntimeDataProxyProperties()Creates an instance of IntegrationRuntimeDataProxyProperties class.
-
-
Method Details
-
connectVia
Get the connectVia property: The self-hosted integration runtime reference.- Returns:
- the connectVia value.
-
withConnectVia
Set the connectVia property: The self-hosted integration runtime reference.- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the IntegrationRuntimeDataProxyProperties object itself.
-
stagingLinkedService
Get the stagingLinkedService property: The staging linked service reference.- Returns:
- the stagingLinkedService value.
-
withStagingLinkedService
public IntegrationRuntimeDataProxyProperties withStagingLinkedService(EntityReference stagingLinkedService) Set the stagingLinkedService property: The staging linked service reference.- Parameters:
stagingLinkedService
- the stagingLinkedService value to set.- Returns:
- the IntegrationRuntimeDataProxyProperties object itself.
-
path
Get the path property: The path to contain the staged data in the Blob storage.- Returns:
- the path value.
-
withPath
Set the path property: The path to contain the staged data in the Blob storage.- Parameters:
path
- the path value to set.- Returns:
- the IntegrationRuntimeDataProxyProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-