Share via


ContactDetail Class

Definition

The contact detail class.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ContactDetailTypeConverter))]
public class ContactDetail : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IContactDetail
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ContactDetailTypeConverter))>]
type ContactDetail = class
    interface IContactDetail
    interface IJsonSerializable
Public Class ContactDetail
Implements IContactDetail
Inheritance
ContactDetail
Attributes
Implements

Constructors

ContactDetail()

Creates an new ContactDetail instance.

Properties

Email

The e-mail address of the contact.

Phone

The phone number of the contact.

Role

The role of the contact.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContactDetail.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContactDetail.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IContactDetail.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContactDetail into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to