Office365UsersModelFactory.EntityListResponseIReadOnlyListUser Method

Definition

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

Parameters

value
List<User>
nextLink
String

Returns

Applies to