Sdílet prostřednictvím


SynapseManagedIntegrationRuntimeNode Class

Definition

Properties of integration runtime node.

public class SynapseManagedIntegrationRuntimeNode
type SynapseManagedIntegrationRuntimeNode = class
Public Class SynapseManagedIntegrationRuntimeNode
Inheritance
SynapseManagedIntegrationRuntimeNode

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" }.

Errors

The errors that occurred on this integration runtime node.

NodeId

The managed integration runtime node id.

Status

The managed integration runtime node status.

Applies to