Uses of Class
com.azure.resourcemanager.datafactory.models.EntityReference
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of EntityReference in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIntegrationRuntimeDataProxyProperties.connectVia()
Get the connectVia property: The self-hosted integration runtime reference.PackageStore.packageStoreLinkedService()
Get the packageStoreLinkedService property: The package store linked service reference.IntegrationRuntimeDataProxyProperties.stagingLinkedService()
Get the stagingLinkedService property: The staging linked service reference.EntityReference.withReferenceName
(String referenceName) Set the referenceName property: The name of this referenced entity.EntityReference.withType
(IntegrationRuntimeEntityReferenceType type) Set the type property: The type of this referenced entity.Modifier and TypeMethodDescriptionIntegrationRuntimeDataProxyProperties.withConnectVia
(EntityReference connectVia) Set the connectVia property: The self-hosted integration runtime reference.PackageStore.withPackageStoreLinkedService
(EntityReference packageStoreLinkedService) Set the packageStoreLinkedService property: The package store linked service reference.IntegrationRuntimeDataProxyProperties.withStagingLinkedService
(EntityReference stagingLinkedService) Set the stagingLinkedService property: The staging linked service reference.