MicrosoftGraphPhone Class

Definition

phone

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPhoneTypeConverter))]
public class MicrosoftGraphPhone : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPhone, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPhoneTypeConverter))>]
type MicrosoftGraphPhone = class
    interface IMicrosoftGraphPhone
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class MicrosoftGraphPhone
Implements IAssociativeArray(Of Object), IMicrosoftGraphPhone
Inheritance
MicrosoftGraphPhone
Attributes
Implements

Constructors

MicrosoftGraphPhone()

Creates an new MicrosoftGraphPhone instance.

Fields

__additionalProperties

Properties

Item[String]
Language
Number

The phone number.

Region
Type

phoneType

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MicrosoftGraphPhone.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphPhone.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPhone.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphPhone into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Implicit(MicrosoftGraphPhone to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to