Freigeben über


ObjectsOperationsExtensions.GetObjectsByObjectIdsAsync Methode

Definition

Ruft die in einer Liste von Objekt-IDs angegebenen Verzeichnisobjekte ab. Sie können mit dem optionalen types-Parameter auch angeben, welche Ressourcensammlungen (Benutzer, Gruppen usw.) durchsucht werden sollen.

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

Parameter

operations
IObjectsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

parameters
GetObjectsParameters

Filterparameter für Objekte.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: