Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.SelfHostedIntegrationRuntimeNodeInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of SelfHostedIntegrationRuntimeNodeInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionIntegrationRuntimeNodesClient.get
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName) Gets a self-hosted integration runtime node.IntegrationRuntimeNodesClient.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<SelfHostedIntegrationRuntimeNodeInner>
IntegrationRuntimeNodesClient.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<SelfHostedIntegrationRuntimeNodeInner>
IntegrationRuntimeNodesClient.updateWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest, com.azure.core.util.Context context) Updates a self-hosted integration runtime node. -
Uses of SelfHostedIntegrationRuntimeNodeInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionSelfHostedIntegrationRuntimeNodeInner.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Properties of Self-hosted integration runtime node.Modifier and TypeMethodDescriptionSelfHostedIntegrationRuntimeStatusTypeProperties.nodes()
Get the nodes property: The list of nodes for this integration runtime.Modifier and TypeMethodDescriptionSelfHostedIntegrationRuntimeStatusTypeProperties.withNodes
(List<SelfHostedIntegrationRuntimeNodeInner> nodes) Set the nodes property: The list of nodes for this integration runtime. -
Uses of SelfHostedIntegrationRuntimeNodeInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSelfHostedIntegrationRuntimeNode.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.SelfHostedIntegrationRuntimeNodeInner object.Modifier and TypeMethodDescriptionSelfHostedIntegrationRuntimeStatus.nodes()
Get the nodes property: The list of nodes for this integration runtime.Modifier and TypeMethodDescriptionSelfHostedIntegrationRuntimeStatus.withNodes
(List<SelfHostedIntegrationRuntimeNodeInner> nodes) Set the nodes property: The list of nodes for this integration runtime.