Sdílet prostřednictvím


ConnectionMonitorQueryResult Class

Definition

List of connection states snapshots.

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

Properties

SourceStatus

Status of connection monitor source.

States

Information about connection states.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectionMonitorQueryResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectionMonitorQueryResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectionMonitorQueryResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectionMonitorQueryResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectionMonitorQueryResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to