ContactDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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() |