Dela via


SynapseManagedIntegrationRuntimeStatus Class

Definition

Managed integration runtime status.

public class SynapseManagedIntegrationRuntimeStatus : Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeStatus, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeStatus>
public class SynapseManagedIntegrationRuntimeStatus : Azure.ResourceManager.Synapse.Models.SynapseIntegrationRuntimeStatus
type SynapseManagedIntegrationRuntimeStatus = class
    inherit SynapseIntegrationRuntimeStatus
    interface IJsonModel<SynapseManagedIntegrationRuntimeStatus>
    interface IPersistableModel<SynapseManagedIntegrationRuntimeStatus>
type SynapseManagedIntegrationRuntimeStatus = class
    inherit SynapseIntegrationRuntimeStatus
Public Class SynapseManagedIntegrationRuntimeStatus
Inherits SynapseIntegrationRuntimeStatus
Implements IJsonModel(Of SynapseManagedIntegrationRuntimeStatus), IPersistableModel(Of SynapseManagedIntegrationRuntimeStatus)
Public Class SynapseManagedIntegrationRuntimeStatus
Inherits SynapseIntegrationRuntimeStatus
Inheritance
SynapseManagedIntegrationRuntimeStatus
Implements

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)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseIntegrationRuntimeStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SynapseIntegrationRuntimeStatus)
IJsonModel<SynapseIntegrationRuntimeStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SynapseIntegrationRuntimeStatus)
IJsonModel<SynapseManagedIntegrationRuntimeStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SynapseManagedIntegrationRuntimeStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseIntegrationRuntimeStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SynapseIntegrationRuntimeStatus)
IPersistableModel<SynapseIntegrationRuntimeStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SynapseIntegrationRuntimeStatus)
IPersistableModel<SynapseIntegrationRuntimeStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SynapseIntegrationRuntimeStatus)
IPersistableModel<SynapseManagedIntegrationRuntimeStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseManagedIntegrationRuntimeStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SynapseManagedIntegrationRuntimeStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to