ContactAsset Class

Definition

The ContactAsset.

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

Properties

Count

Gets the count.

Email

Gets the email.

FirstSeen

Gets the first seen.

LastSeen

Gets the last seen.

Names

Gets the names.

Organizations

Gets the organizations.

Sources

Gets the sources.

Explicit Interface Implementations

IJsonModel<ContactAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContactAsset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<InventoryAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from InventoryAsset)
IPersistableModel<ContactAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContactAsset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContactAsset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<InventoryAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from InventoryAsset)

Applies to