Uses of Class
com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntime
-
Packages that use LinkedIntegrationRuntime Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of LinkedIntegrationRuntime in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type LinkedIntegrationRuntime Modifier and Type Method Description List<LinkedIntegrationRuntime>
SelfHostedIntegrationRuntimeStatusTypeProperties. links()
Get the links property: The list of linked integration runtimes that are created to share with this integration runtime.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type LinkedIntegrationRuntime Modifier and Type Method Description SelfHostedIntegrationRuntimeStatusTypeProperties
SelfHostedIntegrationRuntimeStatusTypeProperties. withLinks(List<LinkedIntegrationRuntime> links)
Set the links property: The list of linked integration runtimes that are created to share with this integration runtime. -
Uses of LinkedIntegrationRuntime in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type LinkedIntegrationRuntime Modifier and Type Method Description List<LinkedIntegrationRuntime>
SelfHostedIntegrationRuntimeStatus. links()
Get the links property: The list of linked integration runtimes that are created to share with this integration runtime.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type LinkedIntegrationRuntime Modifier and Type Method Description SelfHostedIntegrationRuntimeStatus
SelfHostedIntegrationRuntimeStatus. withLinks(List<LinkedIntegrationRuntime> links)
Set the links property: The list of linked integration runtimes that are created to share with this integration runtime.
-