Share via


EnrichmentDomainWhoisContacts Class

Definition

The set of contacts associated with this domain

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

Constructors

EnrichmentDomainWhoisContacts()

Creates an new EnrichmentDomainWhoisContacts instance.

Properties

AdminCity

The city for this contact

AdminCountry

The country for this contact

AdminEmail

The email address for this contact

AdminFax

The fax number for this contact

AdminName

The name of this contact

AdminOrg

The organization for this contact

AdminPhone

The phone number for this contact

AdminPostal

The postal code for this contact

AdminState

The state for this contact

AdminStreet

A list describing the street address for this contact

BillingCity

The city for this contact

BillingCountry

The country for this contact

BillingEmail

The email address for this contact

BillingFax

The fax number for this contact

BillingName

The name of this contact

BillingOrg

The organization for this contact

BillingPhone

The phone number for this contact

BillingPostal

The postal code for this contact

BillingState

The state for this contact

BillingStreet

A list describing the street address for this contact

RegistrantCity

The city for this contact

RegistrantCountry

The country for this contact

RegistrantEmail

The email address for this contact

RegistrantFax

The fax number for this contact

RegistrantName

The name of this contact

RegistrantOrg

The organization for this contact

RegistrantPhone

The phone number for this contact

RegistrantPostal

The postal code for this contact

RegistrantState

The state for this contact

RegistrantStreet

A list describing the street address for this contact

TechCity

The city for this contact

TechCountry

The country for this contact

TechEmail

The email address for this contact

TechFax

The fax number for this contact

TechName

The name of this contact

TechOrg

The organization for this contact

TechPhone

The phone number for this contact

TechPostal

The postal code for this contact

TechState

The state for this contact

TechStreet

A list describing the street address for this contact

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnrichmentDomainWhoisContacts.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnrichmentDomainWhoisContacts.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnrichmentDomainWhoisContacts into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to