DomainAsset Class

Definition

The DomainAsset.

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

Properties

AdminContacts

Gets the admin contacts.

AdminNames

Gets the admin names.

AdminOrgs

Gets the admin orgs.

AdminPhones

Gets the admin phones.

AlexaInfos

Gets the alexa infos.

Count

Gets the count.

DetailedFromWhoisAt

Gets the detailed from whois at.

Domain

Gets the domain.

DomainStatuses

Gets the domain statuses.

FirstSeen

Gets the first seen.

LastSeen

Gets the last seen.

MailServers

Gets the mail servers.

NameServers

Gets the name servers.

ParkedDomain

Gets the parked domain.

RegistrantContacts

Gets the registrant contacts.

RegistrantNames

Gets the registrant names.

RegistrantOrgs

Gets the registrant orgs.

RegistrantPhones

Gets the registrant phones.

RegistrarCreatedAt

Gets the registrar created at.

RegistrarExpiresAt

Gets the registrar expires at.

RegistrarIanaIds

Gets the registrar iana ids.

RegistrarNames

Gets the registrar names.

RegistrarUpdatedAt

Gets the registrar updated at.

SoaRecords

Gets the soa records.

Sources

Gets the sources.

TechnicalContacts

Gets the technical contacts.

TechnicalNames

Gets the technical names.

TechnicalOrgs

Gets the technical orgs.

TechnicalPhones

Gets the technical phones.

WhoisId

Gets the whois id.

WhoisServers

Gets the whois servers.

Explicit Interface Implementations

IJsonModel<DomainAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DomainAsset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DomainAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DomainAsset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DomainAsset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to