Uses of Interface
com.azure.resourcemanager.datafactory.models.SelfHostedIntegrationRuntimeNode
-
Packages that use SelfHostedIntegrationRuntimeNode Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SelfHostedIntegrationRuntimeNode in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SelfHostedIntegrationRuntimeNode Modifier and Type Method Description SelfHostedIntegrationRuntimeNode
IntegrationRuntimeNodes. get(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName)
Gets a self-hosted integration runtime node.SelfHostedIntegrationRuntimeNode
IntegrationRuntimeNodes. update(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest)
Updates a self-hosted integration runtime node.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type SelfHostedIntegrationRuntimeNode Modifier and Type Method Description com.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.
-