你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReputationDetails Class

Definition

The ReputationDetails.

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

Properties

Cidr

Gets the cidr.

FirstSeen

Gets the first seen.

LastSeen

Gets the last seen.

ListName

Gets the list name.

ListUpdatedAt

Gets the list updated at.

Recent

Gets the recent.

ThreatType

Gets the threat type.

Trusted

Gets the trusted.

Explicit Interface Implementations

IJsonModel<ReputationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReputationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReputationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReputationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReputationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to