Share via


EnrichmentDomainWhoisContact Class

Definition

An individual contact associated with this domain

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

Constructors

EnrichmentDomainWhoisContact()

Creates an new EnrichmentDomainWhoisContact instance.

Properties

City

The city for this contact

Country

The country for this contact

Email

The email address for this contact

Fax

The fax number for this contact

Name

The name of this contact

Org

The organization for this contact

Phone

The phone number for this contact

Postal

The postal code for this contact

State

The state for this contact

Street

A list describing the street address for this contact

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnrichmentDomainWhoisContact.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnrichmentDomainWhoisContact.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnrichmentDomainWhoisContact into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to