EnrichmentDomainWhoisContact Class

Definition

An individual contact associated with this domain.

public class EnrichmentDomainWhoisContact : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.EnrichmentDomainWhoisContact>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.EnrichmentDomainWhoisContact>
type EnrichmentDomainWhoisContact = class
    interface IJsonModel<EnrichmentDomainWhoisContact>
    interface IPersistableModel<EnrichmentDomainWhoisContact>
Public Class EnrichmentDomainWhoisContact
Implements IJsonModel(Of EnrichmentDomainWhoisContact), IPersistableModel(Of EnrichmentDomainWhoisContact)
Inheritance
EnrichmentDomainWhoisContact
Implements

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.

Explicit Interface Implementations

IJsonModel<EnrichmentDomainWhoisContact>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EnrichmentDomainWhoisContact>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EnrichmentDomainWhoisContact>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnrichmentDomainWhoisContact>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EnrichmentDomainWhoisContact>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to