Partager via


GroupsOperationsExtensions.ListOwnersNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.DirectoryObject>> ListOwnersNextAsync (this Microsoft.Azure.Graph.RBAC.Version1_6_20190326.IGroupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListOwnersNextAsync : Microsoft.Azure.Graph.RBAC.Version1_6_20190326.IGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.DirectoryObject>>
<Extension()>
Public Function ListOwnersNextAsync (operations As IGroupsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DirectoryObject))

Parameters

operations
IGroupsOperations
nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to