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