Share via


SynapseSelfHostedIntegrationRuntimeNode Class

Definition

Properties of Self-hosted integration runtime node.

public class SynapseSelfHostedIntegrationRuntimeNode
type SynapseSelfHostedIntegrationRuntimeNode = class
Public Class SynapseSelfHostedIntegrationRuntimeNode
Inheritance
SynapseSelfHostedIntegrationRuntimeNode

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
Capabilities

The integration runtime capabilities dictionary.

ConcurrentJobsLimit

Maximum concurrent jobs on the integration runtime node.

ExpireOn

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

HostServiceUri

URI for the host machine of the integration runtime.

IsActiveDispatcher

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

LastConnectedOn

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

LastEndUpdateOn

The last time for the integration runtime node update end.

LastStartedOn

The time the node last started up.

LastStartUpdateOn

The last time for the integration runtime node update start.

LastStopOn

The integration runtime node last stop time.

LastUpdateResult

The result of the last integration runtime node update.

MachineName

Machine name of the integration runtime node.

MaxConcurrentJobs

The maximum concurrent jobs in this integration runtime.

NodeName

Name of the integration runtime node.

RegisterOn

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

Status

Status of the integration runtime node.

Version

Version of the integration runtime node.

VersionStatus

Status of the integration runtime node version.

Applies to