SourceDetails Class

Definition

The SourceDetails.

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

Properties

Count

Gets the count.

FirstSeen

Gets the first seen.

LastSeen

Gets the last seen.

Reason

Gets the reason.

SourceName

Gets the source name.

Explicit Interface Implementations

IJsonModel<SourceDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SourceDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SourceDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SourceDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SourceDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to