IMicrosoftGraphExtensionProperty Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphExtensionPropertyTypeConverter))]
public interface IMicrosoftGraphExtensionProperty : 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.MicrosoftGraphExtensionPropertyTypeConverter))>]
type IMicrosoftGraphExtensionProperty = interface
interface IJsonSerializable
interface IMicrosoftGraphDirectoryObject
interface IMicrosoftGraphEntityAutoGenerated
interface IAssociativeArray<obj>
Public Interface IMicrosoftGraphExtensionProperty
Implements IAssociativeArray(Of Object), IMicrosoftGraphDirectoryObject
- Derived
- Attributes
- Implements
Properties
AdditionalProperties | (Inherited from IAssociativeArray<T>) |
AppDisplayName |
Display name of the application object on which this extension property is defined. Read-only. |
DataType |
Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary
|
DeletedDateTime | (Inherited from IMicrosoftGraphDirectoryObject) |
DisplayName |
The name displayed in directory (Inherited from IMicrosoftGraphDirectoryObject) |
Id |
Read-only. (Inherited from IMicrosoftGraphEntityAutoGenerated) |
IsSyncedFromOnPremise |
Indicates if this extension property was sycned from onpremises directory using Azure AD Connect. Read-only. |
Item[String] | (Inherited from IAssociativeArray<T>) |
Name |
Name of the extension property. Not nullable. |
OdataId |
The full id of object in directory (Inherited from IMicrosoftGraphDirectoryObject) |
OdataType |
The type of object in directory (Inherited from IMicrosoftGraphDirectoryObject) |
TargetObject |
Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication |
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>) |