Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeDataProxyProperties
-
Packages that use IntegrationRuntimeDataProxyProperties Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeDataProxyProperties in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeDataProxyProperties Modifier and Type Method Description IntegrationRuntimeDataProxyProperties
IntegrationRuntimeSsisProperties. dataProxyProperties()
Get the dataProxyProperties property: Data proxy properties for a managed dedicated integration runtime.IntegrationRuntimeDataProxyProperties
IntegrationRuntimeDataProxyProperties. withConnectVia(EntityReference connectVia)
Set the connectVia property: The self-hosted integration runtime reference.IntegrationRuntimeDataProxyProperties
IntegrationRuntimeDataProxyProperties. withPath(String path)
Set the path property: The path to contain the staged data in the Blob storage.IntegrationRuntimeDataProxyProperties
IntegrationRuntimeDataProxyProperties. withStagingLinkedService(EntityReference stagingLinkedService)
Set the stagingLinkedService property: The staging linked service reference.Methods in com.azure.resourcemanager.datafactory.models with parameters of type IntegrationRuntimeDataProxyProperties Modifier and Type Method Description IntegrationRuntimeSsisProperties
IntegrationRuntimeSsisProperties. withDataProxyProperties(IntegrationRuntimeDataProxyProperties dataProxyProperties)
Set the dataProxyProperties property: Data proxy properties for a managed dedicated integration runtime.
-