Uses of Class
com.azure.resourcemanager.datafactory.models.SelfHostedIntegrationRuntimeStatus
-
Packages that use SelfHostedIntegrationRuntimeStatus Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SelfHostedIntegrationRuntimeStatus in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SelfHostedIntegrationRuntimeStatus 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.SelfHostedIntegrationRuntimeStatus
SelfHostedIntegrationRuntimeStatus. withNodes(List<SelfHostedIntegrationRuntimeNodeInner> nodes)
Set the nodes property: The list of nodes for this integration runtime.
-