Share via


EnrichmentDomainWhois Class

Definition

Whois information for a given domain and associated metadata

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EnrichmentDomainWhoisTypeConverter))]
public class EnrichmentDomainWhois : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentDomainWhois
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EnrichmentDomainWhoisTypeConverter))>]
type EnrichmentDomainWhois = class
    interface IEnrichmentDomainWhois
    interface IJsonSerializable
Public Class EnrichmentDomainWhois
Implements IEnrichmentDomainWhois
Inheritance
EnrichmentDomainWhois
Attributes
Implements

Constructors

EnrichmentDomainWhois()

Creates an new EnrichmentDomainWhois instance.

Properties

Created

The timestamp at which this record was created

Domain

The domain for this whois record

Expire

The timestamp at which this record will expire

ParsedWhois

The whois record for a given domain

Server

The hostname of this registrar's whois server

Updated

The timestamp at which this record was last updated

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnrichmentDomainWhois.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnrichmentDomainWhois.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentDomainWhois.

FromJsonString(String)

Creates a new instance of EnrichmentDomainWhois, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnrichmentDomainWhois into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to