MsGraphGroupsAndUsersModelFactory.GetMemberGroupsResponse Method

Definition

public static Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.GetMemberGroupsResponse GetMemberGroupsResponse(string context = default, System.Collections.Generic.List<string> value = default);
static member GetMemberGroupsResponse : string * System.Collections.Generic.List<string> -> Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.GetMemberGroupsResponse
Public Shared Function GetMemberGroupsResponse (Optional context As String = Nothing, Optional value As List(Of String) = Nothing) As GetMemberGroupsResponse

Parameters

context
String
value
List<String>

Returns

Applies to