Udostępnij za pośrednictwem


SynapseIntegrationRuntimeStatusResult Class

Definition

Integration runtime status response.

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

Properties

Name

The integration runtime name.

Properties

Integration runtime properties. Please note SynapseIntegrationRuntimeStatus is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SynapseManagedIntegrationRuntimeStatus and SynapseSelfHostedIntegrationRuntimeStatus.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseIntegrationRuntimeStatusResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseIntegrationRuntimeStatusResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseIntegrationRuntimeStatusResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseIntegrationRuntimeStatusResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseIntegrationRuntimeStatusResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to