Uses of Interface
com.azure.resourcemanager.datafactory.models.SelfHostedIntegrationRuntimeNode
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SelfHostedIntegrationRuntimeNode in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIntegrationRuntimeNodes.get
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName) Gets a self-hosted integration runtime node.IntegrationRuntimeNodes.update
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest) Updates a self-hosted integration runtime node.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNode>
IntegrationRuntimeNodes.getWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context) Gets a self-hosted integration runtime node.com.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNode>
IntegrationRuntimeNodes.updateWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest, com.azure.core.util.Context context) Updates a self-hosted integration runtime node.