IntegrationRuntimeNodesOperations interface
Interface representing a IntegrationRuntimeNodes operations.
Properties
| delete | Deletes a self-hosted integration runtime node. |
| get | Gets a self-hosted integration runtime node. |
| get |
Get the IP address of self-hosted integration runtime node. |
| update | Updates a self-hosted integration runtime node. |
Property Details
delete
Deletes a self-hosted integration runtime node.
delete: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesDeleteOptionalParams) => Promise<void>
get
Gets a self-hosted integration runtime node.
get: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetOptionalParams) => Promise<SelfHostedIntegrationRuntimeNode>
Property Value
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetOptionalParams) => Promise<SelfHostedIntegrationRuntimeNode>
getIpAddress
Get the IP address of self-hosted integration runtime node.
getIpAddress: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetIpAddressOptionalParams) => Promise<IntegrationRuntimeNodeIpAddress>
Property Value
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, options?: IntegrationRuntimeNodesGetIpAddressOptionalParams) => Promise<IntegrationRuntimeNodeIpAddress>
update
Updates a self-hosted integration runtime node.
update: (resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, updateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest, options?: IntegrationRuntimeNodesUpdateOptionalParams) => Promise<SelfHostedIntegrationRuntimeNode>
Property Value
(resourceGroupName: string, factoryName: string, integrationRuntimeName: string, nodeName: string, updateIntegrationRuntimeNodeRequest: UpdateIntegrationRuntimeNodeRequest, options?: IntegrationRuntimeNodesUpdateOptionalParams) => Promise<SelfHostedIntegrationRuntimeNode>