Share via


SynapseManagedIntegrationRuntimeStatus Class

Definition

Managed integration runtime status.

public class SynapseManagedIntegrationRuntimeStatus : Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeStatus
type SynapseManagedIntegrationRuntimeStatus = class
    inherit SynapseIntegrationRuntimeStatus
Public Class SynapseManagedIntegrationRuntimeStatus
Inherits SynapseIntegrationRuntimeStatus
Inheritance
SynapseManagedIntegrationRuntimeStatus

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

(Inherited from SynapseIntegrationRuntimeStatus)
CreateOn

The time at which the integration runtime was created, in ISO8601 format.

DataFactoryName

The workspace name which the integration runtime belong to.

(Inherited from SynapseIntegrationRuntimeStatus)
LastOperation

The last operation result that occurred on this integration runtime.

Nodes

The list of nodes for managed integration runtime.

OtherErrors

The errors that occurred on this integration runtime.

State

The state of integration runtime.

(Inherited from SynapseIntegrationRuntimeStatus)

Applies to