Freigeben über


ServicePrincipalsOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste von Dienstprinzipalen aus dem aktuellen Mandanten ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal>> ListAsync (this Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal>>
<Extension()>
Public Function ListAsync (operations As IServicePrincipalsOperations, Optional odataQuery As ODataQuery(Of ServicePrincipal) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ServicePrincipal))

Parameter

operations
IServicePrincipalsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

odataQuery
ODataQuery<ServicePrincipal>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: