MicrosoftGraphOrgContact 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.
orgContact
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphOrgContactTypeConverter))]
public class MicrosoftGraphOrgContact : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrgContact, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphOrgContactTypeConverter))>]
type MicrosoftGraphOrgContact = class
interface IMicrosoftGraphOrgContact
interface IJsonSerializable
interface IMicrosoftGraphDirectoryObject
interface IMicrosoftGraphEntityAutoGenerated
interface IAssociativeArray<obj>
interface IValidates
Public Class MicrosoftGraphOrgContact
Implements IAssociativeArray(Of Object), IMicrosoftGraphOrgContact, IValidates
- Inheritance
-
MicrosoftGraphOrgContact
- Attributes
- Implements
Constructors
MicrosoftGraphOrgContact() |
Creates an new MicrosoftGraphOrgContact instance. |
Fields
__additionalProperties |
Properties
Address | |
CompanyName | |
DeletedDateTime | |
Department | |
DirectReport | |
DisplayName |
The name displayed in directory |
GivenName | |
Id |
Read-only. |
Item[String] | |
JobTitle | |
MailNickname | |
Manager |
Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. |
ManagerDeletedDateTime | |
ManagerDisplayName |
The name displayed in directory |
ManagerId |
Read-only. |
ManagerOdataId |
The full id of object in directory |
ManagerOdataType |
The type of object in directory |
MemberOf | |
OdataId |
The full id of object in directory |
OdataType |
The type of object in directory |
OnPremisesLastSyncDateTime | |
OnPremisesProvisioningError | |
OnPremisesSyncEnabled | |
Phone | |
ProxyAddress | |
Surname | |
TransitiveMemberOf |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphOrgContact. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphOrgContact. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrgContact. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphOrgContact, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphOrgContact into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |
Operators
Implicit(MicrosoftGraphOrgContact to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |