MicrosoftGraphExtensionCollectionResponse Class

Definition

Collection of extension

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphExtensionCollectionResponseTypeConverter))]
public class MicrosoftGraphExtensionCollectionResponse : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphExtensionCollectionResponse, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphExtensionCollectionResponseTypeConverter))>]
type MicrosoftGraphExtensionCollectionResponse = class
    interface IMicrosoftGraphExtensionCollectionResponse
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class MicrosoftGraphExtensionCollectionResponse
Implements IAssociativeArray(Of Object), IMicrosoftGraphExtensionCollectionResponse
Inheritance
MicrosoftGraphExtensionCollectionResponse
Attributes
Implements

Constructors

MicrosoftGraphExtensionCollectionResponse()

Creates an new MicrosoftGraphExtensionCollectionResponse instance.

Fields

__additionalProperties

Properties

Item[String]
OdataNextLink
Value

Methods

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

Deserializes a IDictionary into an instance of MicrosoftGraphExtensionCollectionResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphExtensionCollectionResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphExtensionCollectionResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Implicit(MicrosoftGraphExtensionCollectionResponse to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to