你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMicrosoftGraphOrgContact Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphOrgContactTypeConverter))]
public interface IMicrosoftGraphOrgContact : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphOrgContactTypeConverter))>]
type IMicrosoftGraphOrgContact = interface
    interface IJsonSerializable
    interface IMicrosoftGraphDirectoryObject
    interface IMicrosoftGraphEntityAutoGenerated
    interface IAssociativeArray<obj>
Public Interface IMicrosoftGraphOrgContact
Implements IAssociativeArray(Of Object), IMicrosoftGraphDirectoryObject
Derived
Attributes
Implements

Properties

AdditionalProperties (Inherited from IAssociativeArray<T>)
Address
CompanyName
DeletedDateTime (Inherited from IMicrosoftGraphDirectoryObject)
Department
DirectReport
DisplayName

The name displayed in directory

(Inherited from IMicrosoftGraphDirectoryObject)
GivenName
Id

Read-only.

(Inherited from IMicrosoftGraphEntityAutoGenerated)
Item[String] (Inherited from IAssociativeArray<T>)
JobTitle
Mail
MailNickname
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

(Inherited from IMicrosoftGraphDirectoryObject)
OdataType

The type of object in directory

(Inherited from IMicrosoftGraphDirectoryObject)
OnPremisesLastSyncDateTime
OnPremisesProvisioningError
OnPremisesSyncEnabled
Phone
ProxyAddress
Surname
TransitiveMemberOf

Methods

Add(String, T) (Inherited from IAssociativeArray<T>)
Clear() (Inherited from IAssociativeArray<T>)
ContainsKey(String) (Inherited from IAssociativeArray<T>)
Remove(String) (Inherited from IAssociativeArray<T>)
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)
TryGetValue(String, T) (Inherited from IAssociativeArray<T>)

Applies to