MsGraphGroupsAndUsersModelFactory.ListGroupsByDisplayNameSearchResponse Method

Definition

public static Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.ListGroupsByDisplayNameSearchResponse ListGroupsByDisplayNameSearchResponse(string context = default, int? count = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> value = default);
static member ListGroupsByDisplayNameSearchResponse : string * Nullable<int> * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> -> Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.ListGroupsByDisplayNameSearchResponse
Public Shared Function ListGroupsByDisplayNameSearchResponse (Optional context As String = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional value As List(Of Nullable(Of JsonElement)) = Nothing) As ListGroupsByDisplayNameSearchResponse

Parameters

context
String
count
Nullable<Int32>

Returns

Applies to