Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.SelfHostedIntegrationRuntimeNodeInner
-
Packages that use SelfHostedIntegrationRuntimeNodeInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SelfHostedIntegrationRuntimeNodeInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return SelfHostedIntegrationRuntimeNodeInner Modifier and Type Method Description SelfHostedIntegrationRuntimeNodeInner
IntegrationRuntimeNodesClient. get(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName)
Gets a self-hosted integration runtime node.SelfHostedIntegrationRuntimeNodeInner
IntegrationRuntimeNodesClient. update(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest)
Updates a self-hosted integration runtime node.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type SelfHostedIntegrationRuntimeNodeInner Modifier and Type Method Description com.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
Methods in com.azure.resourcemanager.datafactory.fluent.models that return SelfHostedIntegrationRuntimeNodeInner Modifier and Type Method Description SelfHostedIntegrationRuntimeNodeInner
SelfHostedIntegrationRuntimeNodeInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Properties of Self-hosted integration runtime node.Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type SelfHostedIntegrationRuntimeNodeInner Modifier and Type Method Description List<SelfHostedIntegrationRuntimeNodeInner>
SelfHostedIntegrationRuntimeStatusTypeProperties. nodes()
Get the nodes property: The list of nodes for this integration runtime.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type SelfHostedIntegrationRuntimeNodeInner Modifier and Type Method Description SelfHostedIntegrationRuntimeStatusTypeProperties
SelfHostedIntegrationRuntimeStatusTypeProperties. 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
Methods in com.azure.resourcemanager.datafactory.models that return SelfHostedIntegrationRuntimeNodeInner Modifier and Type Method Description SelfHostedIntegrationRuntimeNodeInner
SelfHostedIntegrationRuntimeNode. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.SelfHostedIntegrationRuntimeNodeInner object.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type SelfHostedIntegrationRuntimeNodeInner Modifier and Type Method Description List<SelfHostedIntegrationRuntimeNodeInner>
SelfHostedIntegrationRuntimeStatus. nodes()
Get the nodes property: The list of nodes for this integration runtime.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type SelfHostedIntegrationRuntimeNodeInner Modifier and Type Method Description SelfHostedIntegrationRuntimeStatus
SelfHostedIntegrationRuntimeStatus. withNodes(List<SelfHostedIntegrationRuntimeNodeInner> nodes)
Set the nodes property: The list of nodes for this integration runtime.
-