BannerDetails Class

Definition

The BannerDetails.

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

Properties

BannerMetadata

Gets the banner metadata.

BannerName

Gets the banner name.

Count

Gets the count.

FirstSeen

Gets the first seen.

LastSeen

Gets the last seen.

Port

Gets the port.

Recent

Gets the recent.

ScanType

Gets the scan type.

Sha256

Gets the sha 256.

Sources

Gets the sources.

Explicit Interface Implementations

IJsonModel<BannerDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BannerDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BannerDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BannerDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BannerDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to