Partager via


ListGroupOKResponse Constructors

Definition

Overloads

ListGroupOKResponse()
ListGroupOKResponse(IDictionary<String,Object>, String, IList<MicrosoftGraphGroup>)

ListGroupOKResponse()

public ListGroupOKResponse ();
Public Sub New ()

Applies to

ListGroupOKResponse(IDictionary<String,Object>, String, IList<MicrosoftGraphGroup>)

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

Parameters

additionalProperties
IDictionary<String,Object>
odatanextLink
String

Applies to