MsGraphGroupsAndUsersModelFactory.GetMemberGroupsResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of GetMemberGroupsResponse(String, List<String>).
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