HostCore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The HostCore.
public class HostCore : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.HostCore>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.HostCore>
type HostCore = class
interface IJsonModel<HostCore>
interface IPersistableModel<HostCore>
Public Class HostCore
Implements IJsonModel(Of HostCore), IPersistableModel(Of HostCore)
- Inheritance
-
HostCore
- Implements
Properties
AlexaRank |
Gets the alexa rank. |
BlacklistCauseCount |
Gets the blacklist cause count. |
BlacklistCauseFirstSeen |
Gets the blacklist cause first seen. |
BlacklistCauseLastSeen |
Gets the blacklist cause last seen. |
BlacklistResourceCount |
Gets the blacklist resource count. |
BlacklistResourceFirstSeen |
Gets the blacklist resource first seen. |
BlacklistResourceLastSeen |
Gets the blacklist resource last seen. |
BlacklistSequenceCount |
Gets the blacklist sequence count. |
BlacklistSequenceFirstSeen |
Gets the blacklist sequence first seen. |
BlacklistSequenceLastSeen |
Gets the blacklist sequence last seen. |
Count |
Gets the count. |
Domain |
Gets the domain. |
DomainMalwareReputationScore |
Gets the domain malware reputation score. |
DomainPhishReputationScore |
Gets the domain phish reputation score. |
DomainReputationScore |
Gets the domain reputation score. |
DomainScamReputationScore |
Gets the domain scam reputation score. |
DomainSpamReputationScore |
Gets the domain spam reputation score. |
FirstSeen |
Gets the first seen. |
Host |
Gets the host. |
HostMalwareReputationScore |
Gets the host malware reputation score. |
HostPhishReputationScore |
Gets the host phish reputation score. |
HostReputationScore |
Gets the host reputation score. |
HostScamReputationScore |
Gets the host scam reputation score. |
HostSpamReputationScore |
Gets the host spam reputation score. |
LastSeen |
Gets the last seen. |
MalwareCauseCount |
Gets the malware cause count. |
MalwareResourceCount |
Gets the malware resource count. |
MalwareSequenceCount |
Gets the malware sequence count. |
PhishCauseCount |
Gets the phish cause count. |
PhishResourceCount |
Gets the phish resource count. |
PhishSequenceCount |
Gets the phish sequence count. |
ScamCauseCount |
Gets the scam cause count. |
ScamResourceCount |
Gets the scam resource count. |
ScamSequenceCount |
Gets the scam sequence count. |
SpamCauseCount |
Gets the spam cause count. |
SpamResourceCount |
Gets the spam resource count. |
SpamSequenceCount |
Gets the spam sequence count. |
Uuid |
Gets the uuid. |
Explicit Interface Implementations
IJsonModel<HostCore>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HostCore>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HostCore>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HostCore>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HostCore>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET