SynapseSelfHostedIntegrationRuntimeNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
|
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
Azure SDK for .NET