MicrosoftgraphextensionCollectionResponse Constructors

Definition

Overloads

MicrosoftgraphextensionCollectionResponse()
MicrosoftgraphextensionCollectionResponse(IDictionary<String,Object>, String, IList<Microsoftgraphextension>)

MicrosoftgraphextensionCollectionResponse()

public MicrosoftgraphextensionCollectionResponse ();
Public Sub New ()

Applies to

MicrosoftgraphextensionCollectionResponse(IDictionary<String,Object>, String, IList<Microsoftgraphextension>)

public MicrosoftgraphextensionCollectionResponse (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string odatanextLink = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.Microsoftgraphextension> value = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphextensionCollectionResponse : System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.Microsoftgraphextension> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphextensionCollectionResponse
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional odatanextLink As String = Nothing, Optional value As IList(Of Microsoftgraphextension) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>
odatanextLink
String

Applies to