IntegrationRuntimeNodes interface  
Interface representing a IntegrationRuntimeNodes.
Methods
| delete(string, string, string, string, Integration | 
	Delete an integration runtime node  | 
| get(string, string, string, string, Integration | 
	Get an integration runtime node  | 
| update(string, string, string, string, Update | 
	Create an integration runtime node  | 
Method Details
		delete(string, string, string, string, IntegrationRuntimeNodesDeleteOptionalParams)
	     
	Delete an integration runtime node
function delete(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesDeleteOptionalParams): Promise<void>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
The name of the workspace.
- integrationRuntimeName
 - 
				
string
 
Integration runtime name
- nodeName
 - 
				
string
 
Integration runtime node name
The options parameters.
Returns
Promise<void>
		get(string, string, string, string, IntegrationRuntimeNodesGetOptionalParams)
	     
	Get an integration runtime node
function get(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
The name of the workspace.
- integrationRuntimeName
 - 
				
string
 
Integration runtime name
- nodeName
 - 
				
string
 
Integration runtime node name
The options parameters.
Returns
Promise<SelfHostedIntegrationRuntimeNode>
		update(string, string, string, string, UpdateIntegrationRuntimeNodeRequest, IntegrationRuntimeNodesUpdateOptionalParams)
	         
	Create an integration runtime node
function update(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, nodeName: string, updateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest, options?: IntegrationRuntimeNodesUpdateOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
The name of the workspace.
- integrationRuntimeName
 - 
				
string
 
Integration runtime name
- nodeName
 - 
				
string
 
Integration runtime node name
- updateIntegrationRuntimeNodeRequest
 - UpdateIntegrationRuntimeNodeRequest
 
The parameters for updating an integration runtime node.
The options parameters.
Returns
Promise<SelfHostedIntegrationRuntimeNode>