SelfHostedIntegrationRuntimeNode Class

Definition

Properties of Self-hosted integration runtime node.

public class SelfHostedIntegrationRuntimeNode
type SelfHostedIntegrationRuntimeNode = class
Public Class SelfHostedIntegrationRuntimeNode
Inheritance
SelfHostedIntegrationRuntimeNode

Constructors

SelfHostedIntegrationRuntimeNode()

Initializes a new instance of the SelfHostedIntegrationRuntimeNode class.

SelfHostedIntegrationRuntimeNode(IDictionary<String,Object>, String, String, String, String, IDictionary<String,String>, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the SelfHostedIntegrationRuntimeNode class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

Capabilities

Gets the integration runtime capabilities dictionary

ConcurrentJobsLimit

Gets maximum concurrent jobs on the integration runtime node.

ExpiryTime

Gets the time at which the integration runtime will expire in ISO8601 format.

HostServiceUri

Gets URI for the host machine of the integration runtime.

IsActiveDispatcher

Gets indicates whether this node is the active dispatcher for integration runtime requests.

LastConnectTime

Gets the most recent time at which the integration runtime was connected in ISO8601 format.

LastEndUpdateTime

Gets the last time for the integration runtime node update end.

LastStartTime

Gets the time the node last started up.

LastStartUpdateTime

Gets the last time for the integration runtime node update start.

LastStopTime

Gets the integration runtime node last stop time.

LastUpdateResult

Gets the result of the last integration runtime node update. Possible values include: 'None', 'Succeed', 'Fail'

MachineName

Gets machine name of the integration runtime node.

MaxConcurrentJobs

Gets the maximum concurrent jobs in this integration runtime.

NodeName

Gets name of the integration runtime node.

RegisterTime

Gets the time at which the integration runtime node was registered in ISO8601 format.

Status

Gets status of the integration runtime node. Possible values include: 'NeedRegistration', 'Online', 'Limited', 'Offline', 'Upgrading', 'Initializing', 'InitializeFailed'

Version

Gets version of the integration runtime node.

VersionStatus

Gets status of the integration runtime node version.

Applies to