SignedInUserOperationsExtensions.ListOwnedObjectsNextAsync Método

Definição

Obtenha a lista de objetos de diretório que pertencem ao usuário.

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

Parâmetros

operations
ISignedInUserOperations

O grupo de operações para esse método de extensão.

nextLink
String

Próximo link para a operação de lista.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a