Udostępnij za pośrednictwem


SignedInUserOperationsExtensions.ListOwnedObjectsNextAsync Method

Definition

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

Parameters

nextLink
String
cancellationToken
CancellationToken

Returns

Applies to