Uses of Class
com.azure.resourcemanager.synapse.models.EntityReference
-
Packages that use EntityReference Package Description com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of EntityReference in com.azure.resourcemanager.synapse.models
Methods in com.azure.resourcemanager.synapse.models that return EntityReference Modifier and Type Method Description EntityReference
IntegrationRuntimeDataProxyProperties. connectVia()
Get the connectVia property: The self-hosted integration runtime 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.synapse.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.IntegrationRuntimeDataProxyProperties
IntegrationRuntimeDataProxyProperties. withStagingLinkedService(EntityReference stagingLinkedService)
Set the stagingLinkedService property: The staging linked service reference.
-