Freigeben über


ObjectsOperationsExtensions.GetObjectsByObjectIdsNextAsync Methode

Definition

Ruft die AD-Gruppenmitgliedschaft für die angegebenen AD-Objekt-IDs ab.

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

Parameter

operations
IObjectsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextLink
String

Nächster Link für den Listenvorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: