Freigeben über


ServicePrincipalsOperationsExtensions.List Methode

Definition

Ruft eine Liste von Dienstprinzipalen aus dem aktuellen Mandanten ab.

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

Parameter

operations
IServicePrincipalsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

odataQuery
ODataQuery<ServicePrincipal>

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

Gibt zurück

Gilt für: