ObservedPortState Class

Definition

The ObservedPortState.

public class ObservedPortState : Azure.Analytics.Defender.Easm.ObservedValue, System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.ObservedPortState>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.ObservedPortState>
type ObservedPortState = class
    inherit ObservedValue
    interface IJsonModel<ObservedPortState>
    interface IPersistableModel<ObservedPortState>
Public Class ObservedPortState
Inherits ObservedValue
Implements IJsonModel(Of ObservedPortState), IPersistableModel(Of ObservedPortState)
Inheritance
ObservedPortState
Implements

Properties

Count

Gets the count.

(Inherited from ObservedValue)
FirstSeen

Gets the first seen.

(Inherited from ObservedValue)
LastSeen

Gets the last seen.

(Inherited from ObservedValue)
Port

Gets the port.

Recent

Gets the recent.

(Inherited from ObservedValue)
Value

Gets the value.

Explicit Interface Implementations

IJsonModel<ObservedPortState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ObservedPortState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ObservedValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ObservedValue)
IPersistableModel<ObservedPortState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ObservedPortState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ObservedPortState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ObservedValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ObservedValue)

Applies to