Share via


IntegrationRuntimeMonitoringData Class

Definition

Integration Runtime Monitoring Data.

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

Properties

Name

The name of Integration Runtime.

Nodes

Integration Runtime node monitoring data.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeMonitoringData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationRuntimeMonitoringData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeMonitoringData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeMonitoringData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationRuntimeMonitoringData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to