IntegrationRuntimeNodes interface
Interface representing a IntegrationRuntimeNodes.
Methods
delete(string, string, string, string, Integration |
Deletes a self-hosted integration runtime node. |
get(string, string, string, string, Integration |
Gets a self-hosted integration runtime node. |
get |
Get the IP address of self-hosted integration runtime node. |
update(string, string, string, string, Update |
Updates a self-hosted integration runtime node. |
Method Details
delete(string, string, string, string, IntegrationRuntimeNodesDeleteOptionalParams)
Deletes a self-hosted integration runtime node.
function delete(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- integrationRuntimeName
-
string
The integration runtime name.
- nodeName
-
string
The integration runtime node name.
The options parameters.
Returns
Promise<void>
get(string, string, string, string, IntegrationRuntimeNodesGetOptionalParams)
Gets a self-hosted integration runtime node.
function get(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- integrationRuntimeName
-
string
The integration runtime name.
- nodeName
-
string
The integration runtime node name.
The options parameters.
Returns
Promise<SelfHostedIntegrationRuntimeNode>
getIpAddress(string, string, string, string, IntegrationRuntimeNodesGetIpAddressOptionalParams)
Get the IP address of self-hosted integration runtime node.
function getIpAddress(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetIpAddressOptionalParams): Promise<IntegrationRuntimeNodeIpAddress>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- integrationRuntimeName
-
string
The integration runtime name.
- nodeName
-
string
The integration runtime node name.
The options parameters.
Returns
Promise<IntegrationRuntimeNodeIpAddress>
update(string, string, string, string, UpdateIntegrationRuntimeNodeRequest, IntegrationRuntimeNodesUpdateOptionalParams)
Updates a self-hosted integration runtime node.
function update(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, updateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest, options?: IntegrationRuntimeNodesUpdateOptionalParams): Promise<SelfHostedIntegrationRuntimeNode>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- integrationRuntimeName
-
string
The integration runtime name.
- nodeName
-
string
The integration runtime node name.
- updateIntegrationRuntimeNodeRequest
- UpdateIntegrationRuntimeNodeRequest
The parameters for updating an integration runtime node.
The options parameters.
Returns
Promise<SelfHostedIntegrationRuntimeNode>