Uses of Interface
com.azure.resourcemanager.synapse.models.SelfHostedIntegrationRuntimeNode
-
Packages that use SelfHostedIntegrationRuntimeNode Package Description com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of SelfHostedIntegrationRuntimeNode in com.azure.resourcemanager.synapse.models
Methods in com.azure.resourcemanager.synapse.models that return SelfHostedIntegrationRuntimeNode Modifier and Type Method Description SelfHostedIntegrationRuntimeNode
IntegrationRuntimeNodes. get(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName)
Get an integration runtime node.SelfHostedIntegrationRuntimeNode
IntegrationRuntimeNodes. update(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest)
Create an integration runtime node.Methods in com.azure.resourcemanager.synapse.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 workspaceName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context)
Get an integration runtime node.com.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNode>
IntegrationRuntimeNodes. updateWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest, com.azure.core.util.Context context)
Create an integration runtime node.
-