MicrosoftGraphExtensionPropertyAutoGenerated 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.
extensionProperty
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphExtensionPropertyAutoGeneratedTypeConverter))]
public class MicrosoftGraphExtensionPropertyAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionPropertyAutoGenerated, 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.MicrosoftGraphExtensionPropertyAutoGeneratedTypeConverter))>]
type MicrosoftGraphExtensionPropertyAutoGenerated = class
interface IMicrosoftGraphExtensionPropertyAutoGenerated
interface IJsonSerializable
interface IMicrosoftGraphDirectoryObject
interface IMicrosoftGraphEntityAutoGenerated
interface IAssociativeArray<obj>
interface IValidates
Public Class MicrosoftGraphExtensionPropertyAutoGenerated
Implements IAssociativeArray(Of Object), IMicrosoftGraphExtensionPropertyAutoGenerated, IValidates
- Inheritance
-
MicrosoftGraphExtensionPropertyAutoGenerated
- Attributes
- Implements
Constructors
MicrosoftGraphExtensionPropertyAutoGenerated() |
Creates an new MicrosoftGraphExtensionPropertyAutoGenerated instance. |
Fields
__additionalProperties |
Properties
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 | |
DisplayName |
The name displayed in directory |
Id |
Read-only. |
IsSyncedFromOnPremise |
Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. |
Item[String] | |
Name |
Name of the extension property. Not nullable. Supports $filter (eq). |
OdataId |
The full id of object in directory |
OdataType |
The type of object in directory |
TargetObject |
Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphExtensionPropertyAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphExtensionPropertyAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionPropertyAutoGenerated. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphExtensionPropertyAutoGenerated, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphExtensionPropertyAutoGenerated 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(MicrosoftGraphExtensionPropertyAutoGenerated to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |