MicrosoftGraphExtension Class

Definition

extension

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphExtensionTypeConverter))]
public class MicrosoftGraphExtension : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtension, 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.MicrosoftGraphExtensionTypeConverter))>]
type MicrosoftGraphExtension = class
    interface IMicrosoftGraphExtension
    interface IJsonSerializable
    interface IMicrosoftGraphEntity
    interface IAssociativeArray<obj>
    interface IValidates
Public Class MicrosoftGraphExtension
Implements IAssociativeArray(Of Object), IMicrosoftGraphExtension, IValidates
Inheritance
MicrosoftGraphExtension
Attributes
Implements

Constructors

MicrosoftGraphExtension()

Creates an new MicrosoftGraphExtension instance.

Properties

Id

The unique idenfier for an entity. Read-only.

Item[String]

Methods

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

Deserializes a IDictionary into an instance of MicrosoftGraphExtension.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphExtension.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphExtension 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.

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to